Skip to content

Commit

Permalink
Merge pull request #319 from ZdruzenieSTROM/fix_can_resubmit
Browse files Browse the repository at this point in the history
Fixnuty can resubmit
  • Loading branch information
mmihalik authored Dec 9, 2023
2 parents 810eb91 + 48167dc commit 44ce1e7
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 44ce1e7

Please sign in to comment.