remotes/1693045480750635534/spooky-22
Aevann1 2021-09-23 01:42:43 +02:00
parent 0206edde5d
commit e0dfa39460
1 changed files with 1 additions and 1 deletions

View File

@ -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 "<p>COUNTRY CLUB ONLY</p>"
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)