diff --git a/files/classes/comment.py b/files/classes/comment.py index 56fa48584..9a3f7b790 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -317,7 +317,7 @@ class Comment(Base): def realbody(self, v): if self.post and self.post.club and not (v and v.paid_dues): return "

COUNTRY CLUB ONLY

" - body = self.comment_aux.body_html + body = self.body_html if not v or v.slurreplacer: for s,r in SLURS.items(): body = body.replace(s, r)