diff --git a/templates/quiz_multiplayer.html b/templates/quiz_multiplayer.html index 37d4f86..3b26949 100644 --- a/templates/quiz_multiplayer.html +++ b/templates/quiz_multiplayer.html @@ -57,7 +57,7 @@ {% endblock %} {% block extra_body %} {% raw %} -{% if request.args.get('local_multiplayer') %} +{% if local_multiplayer %}

Lokaler Multiplayer

diff --git a/templates/quiz_single.html b/templates/quiz_single.html index 9d2c836..1a1200e 100644 --- a/templates/quiz_single.html +++ b/templates/quiz_single.html @@ -57,11 +57,5 @@
{% endblock %} {% block extra_body %} - {% endblock %} \ No newline at end of file