Periodical report bug fix

This commit is contained in:
Gregory Trullemans 2024-04-18 17:39:32 +02:00
parent e05f23febe
commit 814eb60a11
1 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@
<td class="text-left">{{ injury.date | date:"d-m-Y" }}</td>
<td class="text-left">{{ injury.gymnast }}</td>
<td class="text-left">{{ injury.get_mechanism_display }}</td>
<td class="text-left">{{ injury.location }}</td>
<td class="text-left">{{ injury.get_location_display }}</td>
<td class="text-left">{{ injury.get_body_side_display }}</td>
<td class="text-left">
{% if injury.skill %}
@ -242,7 +242,7 @@
-
{% endif %}
</td>
<td class="text-right">
<td class="text-left">
{% if injury.nb_week_off %}
{{ injury.nb_week_off }}
{% else %}