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