diff --git a/jarvis/followup/views.py b/jarvis/followup/views.py index d940412..ce30720 100644 --- a/jarvis/followup/views.py +++ b/jarvis/followup/views.py @@ -941,10 +941,10 @@ def injury_create_or_update(request, injury_id=None, gymnast_id=None): html_message=f"""

Bonjour,

Un nouvelle blessure enregistrée pour {gymnast} pour le {date.strftime('%d %B %Y')}:

{MAIL_FOOTER}""", ) @@ -1033,6 +1033,7 @@ def wellbeing_create_or_update( stress = form.cleaned_data["stress"] fatigue = form.cleaned_data["fatigue"] muscle_soreness = form.cleaned_data["muscle_soreness"] + details = form.cleaned_data["informations"] functionality = ContentType.objects.get(model="wellbeing") for notification in gymnast.notifications.filter( functionality=functionality @@ -1054,6 +1055,7 @@ def wellbeing_create_or_update(
  • Fatigue: {fatigue}
  • Muscle soreness: {muscle_soreness}
  • + {details} {MAIL_FOOTER} """, ) @@ -1155,7 +1157,7 @@ def heightweight_create_or_update(request, heightweight_id=None, gymnast_id=None receiver, fail_silently=False, html_message=f"""

    Bonjour,

    -

    Un nouveau poids/taille enregistré pour {gymnast} pour le {date.strftime('%d %B %Y')} :

    +

    Un nouveau poids/taille enregistré pour {gymnast} pour le {date.strftime('%d %B %Y')}: