From b25ad471cfe4adfdc17c9b091c1c12f844759758 Mon Sep 17 00:00:00 2001 From: Burathar Date: Fri, 11 Feb 2022 23:51:53 +0100 Subject: [PATCH] refer to player_found_objective instead of objective --- app/templates/game_player.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }}