Fix graphical issue on gymnast details

This commit is contained in:
Gregory Trullemans 2023-07-03 15:22:52 +02:00
parent 44b73e789b
commit 2d3ef5ea04
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<br /> <br />
{% endif %} {% endif %}
<li> <li>
<b>10 |</b> : {% if best_straightjump %}<b>{{ best_straightjump.0.tof }}</b> ({{ best_straightjump.0.date | date:"d-m-Y" }}{% else %} <span class="text-muted">(no information)</span>{% endif %} <b>10 |</b> : {% if best_straightjump %}<b>{{ best_straightjump.0.tof }}</b> ({{ best_straightjump.0.date | date:"d-m-Y" }}){% else %} <span class="text-muted">(no information)</span>{% endif %}
</li> </li>
<li> <li>
<b>Routine</b> : {% if best_routine %}<b>{{ best_routine.0.tof }}</b> ({{ best_routine.0.date | date:"d-m-Y" }}){% else %} <span class="text-muted">(no information)</span>{% endif %} <b>Routine</b> : {% if best_routine %}<b>{{ best_routine.0.tof }}</b> ({{ best_routine.0.date | date:"d-m-Y" }}){% else %} <span class="text-muted">(no information)</span>{% endif %}