master
Aevann1 2021-09-12 05:04:29 +02:00
parent c56e833f9b
commit 02731bafe4
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
g.db.add(self.submission_aux)
def realbody(self, v):
if self.club and not (v and v.coins > 150): return "COUNTRY CLUB ONLY"
body = self.submission_aux.body_html
if not v or v.slurreplacer: