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 %}
Objective Name | Latitude | Longitude | -Times found | -Hash | -+ | Found | @@ -29,11 +27,7 @@{{ 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' }} | {% endfor %}
---|