fd
This commit is contained in:
parent
b5c5689ee6
commit
47a1b42b04
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
||||||
g.db.add(self.comment_aux)
|
g.db.add(self.comment_aux)
|
||||||
|
|
||||||
def realbody(self, v):
|
def realbody(self, v):
|
||||||
if self.post and self.post.club and not (v and v.coins > 150): 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.comment_aux.body_html
|
||||||
|
|
||||||
if not v or v.slurreplacer:
|
if not v or v.slurreplacer:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue