diff --git a/app/templates/game_player.html b/app/templates/game_player.html index 969e720..a1a6272 100644 --- a/app/templates/game_player.html +++ b/app/templates/game_player.html @@ -85,7 +85,7 @@ {% for pfo in player.player_found_objectives %} - {{ pfo.objective.name }} + {{ pfo.objective.name }} {{ moment(pfo.timestamp).fromNow() }} {{ pfo.objective.latitude }}, {{ pfo.objective.longitude }}