From e4bf7b3af4be262b28846120bca69a181b5d5ad1 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 15:30:03 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 72c13bb69..90768adcf 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -50,14 +50,8 @@ {% if v %} -{% include "award_modal.html" %} -{% include "emoji_modal.html" %} -{% include "gif_modal.html" %} -{% if v.admin_level == 6 %} -{% include "ban_modal.html" %} {% endif %} -{% endif %} -{% include "expanded_image_modal.html" %} + {% endif %} {% if p.award_count("shit") %} @@ -194,8 +188,6 @@ -{% include "/modals/ModalSubmissionActions.html" %} - {% endblock %} {% block subHeader %} @@ -691,7 +683,17 @@ {% if v %} {% include "report_post_modal.html" %} + {% include "award_modal.html" %} + {% include "emoji_modal.html" %} + {% include "gif_modal.html" %} {% endif %} + + {% if v.admin_level == 6 %} + {% include "ban_modal.html" %} + {% endif %} + + {% include "/modals/ModalSubmissionActions.html" %} + {% include "expanded_image_modal.html" %} {% endblock %} {% block scripts %}