master
Aevann1 2021-12-08 01:09:43 +02:00
parent 9602ab2b85
commit b316577d76
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ class Submission(Base):
'distinguish_level': self.distinguish_level,
'voted': self.voted if hasattr(self, 'voted') else 0,
'flags': flags,
'club': self.club,
}
if self.ban_reason: