From c4b6b85891a9c2fc6edbbf3d2c4df5c4f646fae5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Oct 2021 13:42:46 +0200 Subject: [PATCH] dfs --- 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 4700640223..21f237fd75 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -88,7 +88,7 @@ {% if render_replies %} - {% if level<9 %} + {% if level<10 %}
{% set standalone=False %} {% for reply in replies %} @@ -419,7 +419,7 @@ {% if render_replies %} - {% if level<9 %} + {% if level<10 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}