diff --git a/django/templates/play/game/score_overview.html b/django/templates/play/game/score_overview.html index f24b5a2..32165c0 100644 --- a/django/templates/play/game/score_overview.html +++ b/django/templates/play/game/score_overview.html @@ -24,13 +24,13 @@ -
{% if forloop.counter == 1 %} @@ -39,15 +39,23 @@ 🥈 {% elif forloop.counter == 3 %} 🥉 + {% else %} + {{ forloop.counter }}. {% endif %} {{ participant.display_name }}
{{ participant.score }} Punkte