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