fd
This commit is contained in:
parent
6da2e26bfe
commit
7a85ddb559
2 changed files with 1 additions and 9 deletions
|
@ -291,10 +291,6 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
def has_award(self, kind):
|
||||
return bool(len([x for x in self.awards if x.kind == kind]))
|
||||
|
||||
@property
|
||||
def voted(self):
|
||||
return self.voted if "voted" in self.__dict__ else 0
|
||||
|
||||
@property
|
||||
def title(self):
|
||||
return self.submission_aux.title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue