From ba52508c4207439336429dbd89e2a060eaae0b14 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Feb 2022 19:50:52 +0200 Subject: [PATCH] bb --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 132bcc7c9d..f31302669f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -564,7 +564,7 @@ {% endif %} - {% if c.body and not (v and v.id == c.author_id) %} + {% if v and v.id != c.author_id and c.body %}
{{c.body.strip()}}
{% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index ce2a9949bd..6093d18a09 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1086,7 +1086,7 @@ -{% if p.body and not (v and v.id == p.author_id) %} +{% if v and v.id != p.author_id and p.body %} {% endif %}