diff --git a/files/templates/comments.html b/files/templates/comments.html index c64a1f1022..4700640223 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -88,7 +88,7 @@ {% if render_replies %} - {% if level<7 %} + {% if level<9 %}
{% set standalone=False %} {% for reply in replies %} @@ -419,7 +419,7 @@ {% if render_replies %} - {% if level<7 %} + {% if level<9 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}