From eeca8328f9be00d92ac4ba7defe8d12f61654187 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 6 Apr 2022 23:13:02 +0200 Subject: [PATCH] fds --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 5df3dcb43..52b5c809b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1061,7 +1061,7 @@ -{% if p.comment_count < 2 and not p.comments %} +{% if not comments %} {% include "comments.html" %} {% endif %}