diff --git a/contest/models.py b/contest/models.py index 2213f43e..51f5ea50 100644 --- a/contest/models.py +++ b/contest/models.py @@ -13,6 +13,7 @@ from judge.judger.result import result GROUP_CONTEST = 0 PUBLIC_CONTEST = 1 PASSWORD_PROTECTED_CONTEST = 2 +PASSWORD_PROTECTED_GROUP_CONTEST = 3 CONTEST_NOT_START = 1 CONTEST_ENDED = -1