From 0912474862136ee8fec8abd8f4284d795f1bd80d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:21:47 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index abe3d45da..bd25d6c33 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -171,7 +171,7 @@ {% if render_replies %} - {% if level<10 %} + {% if level<6 %}
{% set standalone=False %} {% for reply in replies %} @@ -448,7 +448,7 @@
{% if render_replies %} - {% if level<10 %} + {% if level<6 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}