diff --git a/app/templates/game_player.html b/app/templates/game_player.html index ec0ea1a..969e720 100644 --- a/app/templates/game_player.html +++ b/app/templates/game_player.html @@ -69,7 +69,7 @@ {% endif %} -{% if player.found_objectives %} +{% if player.player_found_objectives %}

Found Objectives:

@@ -83,7 +83,7 @@ - {% for pfo in player.found_objectives %} + {% for pfo in player.player_found_objectives %} {{ pfo.objective.name }} {{ moment(pfo.timestamp).fromNow() }}