fds
This commit is contained in:
parent
447ae44a4f
commit
150eb2afe6
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class Comment(Base):
|
||||||
|
|
||||||
def realbody(self, v):
|
def realbody(self, v):
|
||||||
if self.post and self.post.club and not (v and v.paid_dues): return "<p>COUNTRY CLUB ONLY</p>"
|
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:
|
if not v or v.slurreplacer:
|
||||||
for s,r in SLURS.items(): body = body.replace(s, r)
|
for s,r in SLURS.items(): body = body.replace(s, r)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue