From ce411515712aaeb8dd21ba9ad3019fe87a2f94ed Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 13 Jan 2022 04:46:33 +0200 Subject: [PATCH] bb --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}}