From c2f7903fc3a312c5b320b41e5107550cde66a4c2 Mon Sep 17 00:00:00 2001 From: Burathar Date: Fri, 11 Feb 2022 23:48:42 +0100 Subject: [PATCH] Remove second table --- app/templates/game_player.html | 18 ------------------ 1 file changed, 18 deletions(-) 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 %}