Update injury details

This commit is contained in:
Gregory Trullemans 2023-11-14 12:24:52 +01:00
parent 6d0b047ca1
commit 0f950847c4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="col-12 col-sm-8 col-md-6">
<div class="card">
<div class="card-header">
<h4 class="mb-0"><a href="{% url 'gymnast_details' injury.gymnast.id %}">{{ injury.gymnast }}</a> injuried on {{ injury.date | date:"j N Y" }}</h4>
<h4 class="mb-0"><a href="{% url 'gymnast_details_tab' injury.gymnast.id 'physiological' %}">{{ injury.gymnast }}</a> injuried on {{ injury.date | date:"j N Y" }}</h4>
</div>
<div class="card-body">
{{ form.injury_type }} {{ injury.get_mechanism_display }} at {{ injury.get_location_display }} ({{ injury.get_body_side_display }}) {% if injury.skill %} injuried on <i>{{ injury.skill.notation }}</i>{% endif %}<br />