diff --git a/competition/models.py b/competition/models.py index a2a7907c..2a1e4791 100644 --- a/competition/models.py +++ b/competition/models.py @@ -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: