From 1c3ff572daba8cbe2e02adb87ec37a22b419c501 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 15:11:27 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 36 ++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index e5e087ce1..f9d011a70 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -639,6 +639,26 @@ + + + {% endblock %} + + +{% block sidebar %} + {% include "/sidebars/SubmissionSidebar.html" %} +{% endblock %} + +{% block modals %} + {% if v and v.id==p.author_id %} + {% include "delete_post_modal.html" %} + {% endif %} + + {% if v %} + {% include "report_post_modal.html" %} + {% endif %} +{% endblock %} + +{% block scripts %} - - {% if v and v.id==p.author_id %} - {% include "delete_post_modal.html" %} - {% endif %} - - {% if v %} - {% include "report_post_modal.html" %} - {% endif %} - - - - {% endblock %} - - -{% block sidebar %} - {% include "/sidebars/SubmissionSidebar.html" %} {% endblock %} \ No newline at end of file