diff --git a/files/templates/submission.html b/files/templates/submission.html index 30d44d686..bbce12e73 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -16,6 +16,13 @@ {% include "awards.html" %} + +{# DO NOT REMOVE THIS #} +{% if EVENT_AWARDS %} + {% include "event/awards.html" %} +{% endif %} +{# ^^ DO NOT REMOVE THIS ^^ #} + {% endblock %} {% set ups=p.upvotes %} {% set downs=p.downvotes %}