From 47f604e9e21fa2b03bec6953c152880761013894 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 30 Nov 2021 11:35:50 -0600 Subject: [PATCH] fix --- 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 e0185b16d5..429e67aab0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -470,7 +470,7 @@ {{single_comment(reply, level=level+1)}} {% endfor %} - {% elif "notifications" in request.path %} + {% elif replies and "notifications" in request.path %}