diff --git a/jarvis/followup/templates/injuries/details.html b/jarvis/followup/templates/injuries/details.html index b5121b0..d437c1e 100644 --- a/jarvis/followup/templates/injuries/details.html +++ b/jarvis/followup/templates/injuries/details.html @@ -10,7 +10,7 @@
{{ injury.gymnast }}{% if injury.skill %} injuried on {{ injury.skill.notation }}{% endif %}
- {{ injury.get_mechanism_display }} on {{ injury.location}} ({{ injury.get_body_side_display }})
+ {{ injury.get_mechanism_display }} on {{ injury.get_location_display }} ({{ injury.get_body_side_display }})
{% if injury.nb_week_off %} Gymnast {{ injury.nb_week_off }} week(s) off.
{% endif %}