diff --git a/templates/gamemodes.html b/templates/gamemodes.html index 12d5ca9..1b7acd0 100644 --- a/templates/gamemodes.html +++ b/templates/gamemodes.html @@ -65,6 +65,12 @@
{{ translations['quiz_mode_desc'] if translations['quiz_mode_desc'] else 'Classic music quiz.' }}
+
+ + + +
{{ translations['buzzer_mode_desc'] if translations['buzzer_mode_desc'] else 'Schnelligkeit zählt! Je schneller du antwortest, desto mehr Punkte bekommst du.' }}
+
Coming soon!
diff --git a/templates/playerselect.html b/templates/playerselect.html index a5070af..b73050e 100644 --- a/templates/playerselect.html +++ b/templates/playerselect.html @@ -62,18 +62,18 @@

{{ translations['quiz_title'] }} – Player Selection

+ {% if request.args.get('buzzer') == '1' %} + + {% endif %}
{{ translations['singleplayer_desc'] if translations['singleplayer_desc'] else 'Play alone and test your knowledge.' }}
-
- - - -
{{ translations['buzzer_mode_desc'] if translations['buzzer_mode_desc'] else 'Punkte nehmen mit der Zeit ab. Schnell sein zahlt sich aus!' }}
-
+ {% if request.args.get('buzzer') == '1' %} + + {% endif %}
Spiele mit bis zu 4 Personen an einem Gerät.