From 50961ff708a59848ef6f268dcec3390141e04a5a Mon Sep 17 00:00:00 2001 From: Burathar Date: Tue, 21 Jul 2020 13:38:40 +0200 Subject: [PATCH] fix bunny_dashboard.html table --- app/templates/game_bunny_dashboard.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/templates/game_bunny_dashboard.html b/app/templates/game_bunny_dashboard.html index ef3a86b..1d77258 100644 --- a/app/templates/game_bunny_dashboard.html +++ b/app/templates/game_bunny_dashboard.html @@ -9,7 +9,7 @@ {% block app_content %}

{{ game.name }} Dashboard

-

Objectives:

+

Objective Locations:

{% if game.objectives %}
@@ -18,9 +18,7 @@ - - - + @@ -29,11 +27,7 @@ - - - + {% endfor %}
Objective Name Latitude LongitudeTimes foundHashFound
{{ objective.name }} {{ objective.latitude }} {{ objective.longitude }}{{ objective.found_by|length }}{{ objective.hash }} - - {{ 'Yes' if current_user.player_in(game) in objective.objective_found_by else 'No' }}