From 7393f811f9ffaafd9c3f5133146ea8400189632a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 18:45:27 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 871d60ea6e..7a72b5154a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -668,26 +668,6 @@ {% 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" %}