1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 06:37:38 +02:00

Fix 5-teams pools passages

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-17 21:56:46 +02:00
parent b24201c529
commit 91a1837c99
2 changed files with 7 additions and 8 deletions

View File

@ -308,10 +308,9 @@
{% elif forloop.counter == 5 %}
<td></td>
<td class="text-center">Rap</td>
<td>Opp</td>
<td class="text-center"></td>
<td class="text-center">Déf</td>
<td class="text-center">Opp</td>
<td></td>
<td class="text-center">Déf</td>
{% endif %}
{% endif %}
</tr>