Update injury details

This commit is contained in:
Gregory Trullemans 2023-11-14 11:29:28 +01:00
parent 7f1a1cb52c
commit b9a4cc2de1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<div class="card-body">
<a href="{% url 'gymnast_details' injury.gymnast.id %}">{{ injury.gymnast }}</a>{% if injury.skill %} injuried on <i>{{ injury.skill.notation }}</i>{% endif %}<br />
{{ injury.get_mechanism_display }} on {{ injury.location}} ({{ injury.get_body_side_display }})<br />
{{ injury.get_mechanism_display }} on {{ injury.get_location_display }} ({{ injury.get_body_side_display }})<br />
{% if injury.nb_week_off %}
Gymnast {{ injury.nb_week_off }} week(s) off.<br />
{% endif %}