diff --git a/files/templates/comments.html b/files/templates/comments.html index ca7ec5320..7619c83f7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -207,6 +207,16 @@ {{single_comment(reply, level=level+1)}} {% endfor %} + {% elif "notifications" in request.path %} +
+ {% set standalone=False %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+
+ More comments +
{% elif replies %}
More comments @@ -557,6 +567,16 @@ {{single_comment(reply, level=level+1)}} {% endfor %}
+ {% elif "notifications" in request.path %} +
+ {% set standalone=False %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+
+ More comments +
{% elif replies %}
More comments