diff --git a/django/templates/base.html b/django/templates/base.html index 416bfd7..b497df4 100644 --- a/django/templates/base.html +++ b/django/templates/base.html @@ -7,6 +7,7 @@ +
{{ participant.display_name }}
-{{ participant.score }} Punkte
-+ {% if forloop.counter == 1 %} + 🥇 + {% elif forloop.counter == 2 %} + 🥈 + {% elif forloop.counter == 3 %} + 🥉 + {% endif %} + {{ participant.display_name }} +
+{{ participant.score }} Punkte
+