diff --git a/scores/templates/scores/ranks.html b/scores/templates/scores/ranks.html index 65fd631..1124830 100644 --- a/scores/templates/scores/ranks.html +++ b/scores/templates/scores/ranks.html @@ -92,15 +92,12 @@ Classement Nom Poids - Rang initial {% for team in tournament.teamsByFinalRank %} - + #{{ team.position_finale }} {{ team.name|linebreaksbr }} {{ team.rank }} - - {{ team.position }} {% endfor %}