From a27ddbbc9517bdf30b68c4daa3e5ddab8b721146 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:58:50 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 125 ++++++++-------------------------- 1 file changed, 29 insertions(+), 96 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 7b422df92..e5bbbe7d2 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,3 +1,31 @@ + + {% if v %} {% include "award_modal.html" %} @@ -242,102 +270,7 @@
- {% if c.active_flags %} {% if render_replies %} - {% if level<2 %} + {% if level<10 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}