diff --git a/django/templates/play/game/scoreboard.html b/django/templates/play/game/scoreboard.html index 50c1eaf..dd76cfb 100644 --- a/django/templates/play/game/scoreboard.html +++ b/django/templates/play/game/scoreboard.html @@ -35,7 +35,7 @@ {{ forloop.counter }}. {% endif %} {{ participant.display_name }} - +
{{ participant.score }} Punkte
{% if participant == my_participant or request.session.mode == "learn"%} @@ -43,21 +43,17 @@ {% endif %} + + {% endif %} - - - - - - - - - {% endif %} + + {% endif %} + {% endfor %} - + {% if is_host %} {% if is_last_question %}