From 3d78bf226bde056e8594f3ef498171f1e82ad3e5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 7 Apr 2022 02:10:21 +0200 Subject: [PATCH] dgf --- 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 52b5c809b..90255f092 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1061,7 +1061,7 @@ -{% if not comments %} +{% if not p.replies %} {% include "comments.html" %} {% endif %}