diff --git a/src/templates/game.html b/src/templates/game.html index 5f9d951..f9d13ab 100644 --- a/src/templates/game.html +++ b/src/templates/game.html @@ -385,25 +385,6 @@ {% endfor %} - - - - - - {% if player_name %} - - - - - {% if local_game %} - {% set current_index = gamestate.player_names.index(player_name) %} - {% set next_index = current_index + 1 if current_index + 1 < gamestate.player_names|length else 0 %} - Next Player - {% endif %} - - {% endif %} - - -
+
+
+
+