diff --git a/scores/templates/scores/ranks.html b/scores/templates/scores/ranks.html index 1124830..0737ace 100644 --- a/scores/templates/scores/ranks.html +++ b/scores/templates/scores/ranks.html @@ -96,7 +96,7 @@ {% for team in tournament.teamsByFinalRank %} #{{ team.position_finale }} - {{ team.name|linebreaksbr }} + {{ team.name|linebreaksbr }} {{ team.rank }} {% endfor %}