diff --git a/files/templates/comments.html b/files/templates/comments.html index bd25d6c33..abe3d45da 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -171,7 +171,7 @@ {% if render_replies %} - {% if level<6 %} + {% if level<10 %}
{% set standalone=False %} {% for reply in replies %} @@ -448,7 +448,7 @@
{% if render_replies %} - {% if level<6 %} + {% if level<10 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}