diff --git a/jarvis/followup/views.py b/jarvis/followup/views.py index 86aacc3..ca41a69 100644 --- a/jarvis/followup/views.py +++ b/jarvis/followup/views.py @@ -959,7 +959,7 @@ def mindstate_create_or_update( receiver, fail_silently=False, html_message=f"""

Bonjour,

-

Un nouvel état d'esprit enregistré pour {gymnast}.


+

{gymnast} a ajouté état son esprit enregistré ({date}) : {score}/10.


Excellente journée

Jarvis

""", ) @@ -1368,7 +1368,7 @@ def intensity_create_or_update(request, intensity_id=None, gymnast_id=None): receiver, fail_silently=False, html_message=f"""

Bonjour,

-

{gymnast} a encodé une nouvelle intensité ({date}) : {number_of_passes} en {time}min ({difficulty} | {quantity_of_skill}).


+

{gymnast} a encodé une nouvelle intensité (pour le {date.strftime('%d %B %Y')}) : {number_of_passes} passages en {time} min (diff : {difficulty} | # skills : {quantity_of_skill}).


Excellente journée

Jarvis

""", )