From f6b6893152cdf0742d652ef7e460c0f3e038a36f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 18:48:13 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 69 --------------------------------- 1 file changed, 69 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 871d60ea6e..95ec7b1dfe 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -663,72 +663,3 @@ {% endblock %} - -{% block sidebar %} - {% include "/sidebars/SubmissionSidebar.html" %} -{% endblock %} - -{% block modals %} - {% if v %} - {% if v.id == p.author_id %} - {% include "delete_post_modal.html" %} - {% endif %} - - {% include "report_post_modal.html" %} - {% include "award_modal.html" %} - {% include "emoji_modal.html" %} - {% include "gif_modal.html" %} - - {% if v.admin_level == 6 %} - {% include "ban_modal.html" %} - {% endif %} - {% endif %} - - {% include "/modals/ModalSubmissionActions.html" %} - {% include "expanded_image_modal.html" %} -{% endblock %} - -{% block scripts %} - - {% include "/submission/SubmissionAwards.html" %} - - {% if v %} - - {% if not p.comment_count %} - - {% endif %} - {% endif %} - - - - -{% endblock %} \ No newline at end of file