fd
This commit is contained in:
parent
d967567736
commit
a15415fd9a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue