From a3a7ec6296ac968130263dfa8a734c47218b2286 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Sep 2022 04:32:51 +0200 Subject: [PATCH] improve JC's previous cc PR --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8bae90f06b..8100014e52 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -501,8 +501,8 @@ {% endif %} - {% if v and v.id != c.author_id and c.body %} -
{{c.plainbody(v).strip()}}
+ {% if v and v.id != c.author_id and c.body and not (c.post and c.post.club and not v.paid_dues) %} +
{{c.body.strip()}}
{% endif %}