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 %}