This commit is contained in:
Aevann1 2021-09-12 03:10:46 +02:00
parent d967567736
commit a15415fd9a

View file

@ -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: