From 1d7303be51ab5a8f8f8fd5c81895a2755fe4ebd4 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:59:31 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index e5bbbe7d2..3c413b5ab 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -346,7 +346,7 @@ {% if render_replies %} - {% if level<10 %} + {% if level<5 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}