diff --git a/files/templates/comments.html b/files/templates/comments.html index af4c922080..c382a4f52a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -379,11 +379,39 @@ {% endfor %}
- More comments + More comments
{% elif replies %}
- More comments + + More comments +
+ {% endif %} + {% endif %} + + {% if render_replies %} + {% if level<10 %} +
+ {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+ {% elif replies and "notifications" in request.path %} +
+ {% set standalone=False %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+
+ More comments +
+ {% elif replies %} +
+ + More comments
{% endif %} {% endif %}