From e5970da66d5625d69d260ac3ba8516c46998c339 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Sun, 19 Nov 2023 21:28:32 +0100 Subject: [PATCH] Update injury and chrono email --- jarvis/followup/views.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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