remotes/1693045480750635534/spooky-22
parent
28582f0b33
commit
d9bac39da2
|
@ -255,7 +255,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
g.db.add(self.comment_aux)
|
||||
|
||||
def realbody(self, v):
|
||||
if self.post and self.post.club and not (v and v.coins > 150): return "COUNTRY CLUB ONLY"
|
||||
if self.post and self.post.club and not (v and v.coins > 150): return "<p>COUNTRY CLUB ONLY</p>"
|
||||
body = self.comment_aux.body_html
|
||||
|
||||
if not v or v.slurreplacer:
|
||||
|
|
Loading…
Reference in New Issue