diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 893eb544ed..921808341c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -1,3 +1,6 @@ +{% if v %} + {% include "award_modal.html" %} +{% endif %} @@ -525,7 +528,6 @@ {% endfor %} {% if v %} - {% include "award_modal.html" %} {% include "delete_post_modal.html" %} {% include "report_post_modal.html" %} {% if v.admin_level == 6 %}