From e0dfa39460bd86efbf03c73a9e1e2c291dad2bf3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Sep 2021 01:42:43 +0200 Subject: [PATCH] fds --- files/classes/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)