diff --git a/files/templates/comments.html b/files/templates/comments.html index b5345734e..92ad29a25 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -511,7 +511,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 %}