diff --git a/app/templates/game_player.html b/app/templates/game_player.html index 36060d1..ec0ea1a 100644 --- a/app/templates/game_player.html +++ b/app/templates/game_player.html @@ -94,24 +94,6 @@ -
- - - - - - - - - {% for objective in game.objectives %} - - - - - {% endfor %} - -
Objective NameFound
{{ objective.name }}{{ 'Yes' if objective in current_user.player_in(game).found_objectives else 'No' }}
-
{% endif %} {% endblock %}