From 0f950847c4d56d28027a20aec418dedf12618f58 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Tue, 14 Nov 2023 12:24:52 +0100 Subject: [PATCH] Update injury details --- jarvis/followup/templates/injuries/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/followup/templates/injuries/details.html b/jarvis/followup/templates/injuries/details.html index 3152aa7..4c93bc1 100644 --- a/jarvis/followup/templates/injuries/details.html +++ b/jarvis/followup/templates/injuries/details.html @@ -6,7 +6,7 @@
-

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

+

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

{{ 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 %}