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