diff --git a/files/templates/comments.html b/files/templates/comments.html index 95d907d166..af5eabaf0e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -538,7 +538,7 @@
- {% elif level<10 %} + {% elif level<10 or request.path == '/notifications' %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}