From 35e3038e20fec51c4584549e2801f7fe0a520cb9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Sep 2021 05:16:34 +0200 Subject: [PATCH] sdf --- files/templates/submission_listing.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}