Skip to content

Commit

Permalink
Fixnuty can resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Dec 9, 2023
1 parent deb8926 commit 48167dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def can_resubmit(self) -> bool:
late_flag = self.get_actual_late_flag()
if late_flag:
return late_flag.can_resubmit
return False
return self.can_submit

@property
def complete(self) -> bool:
Expand Down

0 comments on commit 48167dc

Please sign in to comment.