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' }}