From c19a03752d7541ac537c6268192b594ba7612237 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:55:50 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 40 +---------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3086edcfd..9bdb0ddc0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -448,7 +448,7 @@ {% if render_replies %} - {% if level<5 %} + {% if level<8 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} @@ -472,9 +472,6 @@ {% endif %}
- - {% include "/modals/ModalCommentActions.html" %} - {% endif %} @@ -487,41 +484,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 %} -