Update intensity listing

This commit is contained in:
Gregory Trullemans 2024-02-03 17:44:40 +01:00
parent 053f417ce1
commit 81bfbc93cb
1 changed files with 4 additions and 0 deletions

View File

@ -28,7 +28,9 @@
<tr>
<th style="width: 3%">&nbsp;</th>
<th style="width: 8%" class="header">Date</th>
{% if gymnast %}
<th style="width: 18%" class="header text-left">Gymnast</th>
{% endif %}
<th style="width: 7%" class="header text-center"># passes</th>
<th style="width: 6%" class="header text-center">Time</th>
@ -51,11 +53,13 @@
</a>
</td>
<td><a href="{% url 'intensity_details' intensity.id %}">{{ intensity.date | date:"d-m-Y" }}</a></td>
{% if gymnast %}
<td class="text-left">
<a href="{% url 'gymnast_details_tab' intensity.gymnast.id 'routine' %}">
{{ intensity.gymnast }}
</a>
</td>
{% endif %}
<td class="text-right">{{ intensity.number_of_passes }}</td>
<td class="text-right">{{ intensity.time }}</td>