From 35d58841562a2142a6e2b7011bd39b7bcb52c60f Mon Sep 17 00:00:00 2001 From: ben8 Date: Thu, 9 Oct 2025 18:13:51 +0200 Subject: [PATCH] design-fix --- django/templates/play/game/scoreboard.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) 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 %}