diff --git a/files/templates/comments.html b/files/templates/comments.html index 199cc8f14..34cba2166 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -553,7 +553,7 @@ {% if render_replies %}
- {% if request.path.startswith('/notifications') and replies|length > 8 %} + {% if request.path.startswith('/notifications/') and replies|length > 8 %} {% for reply in replies %} {{single_comment(reply, level=level+1, collapse=(not reply.unread and loop.index != replies|length))}} {% endfor %}