From a1ed1b25b90909bdb46555619f6277c31a56eea2 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:02:24 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 93a731dca..6a3751d27 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -226,40 +226,6 @@ {% endfor %} -{% if v %} - {% include "gif_modal.html" %} - {% include "emoji_modal.html" %} - {% if v.admin_level > 1 %} - {% include "ban_modal.html" %} - {% endif %} - - - - {% include "/modals/ModalReportComment.html" %} -{% endif %}