From f04b57667cd0676ae9d7a02797657b2e70e91510 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:30:21 +0200 Subject: [PATCH] modified: templates/quiz_multiplayer.html modified: templates/quiz_single.html --- templates/quiz_multiplayer.html | 231 +++++++++++++++++++++++++++++++- templates/quiz_single.html | 193 +++++++++++++++++++++++++- 2 files changed, 421 insertions(+), 3 deletions(-) diff --git a/templates/quiz_multiplayer.html b/templates/quiz_multiplayer.html index 3b26949..e858088 100644 --- a/templates/quiz_multiplayer.html +++ b/templates/quiz_multiplayer.html @@ -92,6 +92,233 @@ function startMultiplayer(e) { } {% endif %} -{% endraw %} - + {% endblock %} \ No newline at end of file diff --git a/templates/quiz_single.html b/templates/quiz_single.html index 1a1200e..c4eee79 100644 --- a/templates/quiz_single.html +++ b/templates/quiz_single.html @@ -57,5 +57,196 @@ {% endblock %} {% block extra_body %} - + + + {% endblock %} \ No newline at end of file