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 %}