diff --git a/app/templates/objective.html b/app/templates/objective.html index 19b0918..7cb9b69 100644 --- a/app/templates/objective.html +++ b/app/templates/objective.html @@ -56,6 +56,31 @@
+{% if owner and objective.objective_found_by %} + +
+

Found by:

+
+ + + + + + + + + {% for ofbp in objective.objective_found_by %} + + + + + {% endfor %} + +
Player nameTime
{{ ofbp.game_player.user.name }}{{ moment(ofbp.timestamp).fromNow() }}
+
+
+{% endif %} + {% endblock %}