From 6d0b047ca155fa4857af0a18a60c74b083833789 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Tue, 14 Nov 2023 12:20:31 +0100 Subject: [PATCH] Update injury details --- jarvis/followup/templates/injuries/details.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jarvis/followup/templates/injuries/details.html b/jarvis/followup/templates/injuries/details.html index a13003d..3152aa7 100644 --- a/jarvis/followup/templates/injuries/details.html +++ b/jarvis/followup/templates/injuries/details.html @@ -6,11 +6,10 @@
-

Injury on {{ injury.date | date:"j N Y" }}

+

{{ injury.gymnast }} injuried on {{ injury.date | date:"j N Y" }}

- {{ injury.gymnast }}{% if injury.skill %} injuried on {{ injury.skill.notation }}{% endif %}
- {{ form.injury_type }} {{ injury.get_mechanism_display }} on {{ injury.get_location_display }} ({{ injury.get_body_side_display }})
+ {{ form.injury_type }} {{ injury.get_mechanism_display }} at {{ injury.get_location_display }} ({{ injury.get_body_side_display }}) {% if injury.skill %} injuried on {{ injury.skill.notation }}{% endif %}
{% if injury.nb_week_off %} Gymnast {{ injury.nb_week_off }} week(s) off.
{% endif %}