diff --git a/jarvis/followup/views.py b/jarvis/followup/views.py index a8b4e8d..0cfd43f 100644 --- a/jarvis/followup/views.py +++ b/jarvis/followup/views.py @@ -599,7 +599,7 @@ def chrono_create_or_update(request, chrono_id=None, gymnast_id=None): receiver, fail_silently=False, html_message=f"""

Bonjour,

-

Nouveau chrono pour {gymnast} : {CHRONO_TYPE_CHOICE[chrono_type]} - {score} ({SCORE_TYPE_CHOICE[score_type]}).


+

Nouveau chrono pour {gymnast} : {SCORE_TYPE_CHOICE[score_type][1]} {CHRONO_TYPE_CHOICE[chrono_type][1]} - {score}.


Excellente journée

Jarvis

""", ) @@ -889,10 +889,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')}:


Excellente journée