This commit is contained in:
Aevann1 2021-12-08 01:09:43 +02:00
parent 470d4bce50
commit c330497f34

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: