From 48167dc44439c32aa9c74f71532f336cc37d8a03 Mon Sep 17 00:00:00 2001 From: kovacspe Date: Sat, 9 Dec 2023 20:44:22 +0100 Subject: [PATCH] Fixnuty can resubmit --- competition/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/competition/models.py b/competition/models.py index 3865111d..1ccd92e3 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: