From 5317035d486917dacdce325d019085e45494ea1f Mon Sep 17 00:00:00 2001 From: Andrea Callia D'Iddio <a.callia-diddio14@imperial.ac.uk> Date: Tue, 11 Oct 2022 19:31:00 +0000 Subject: [PATCH] Change deadline for student changes as instructed by Lorenzo. --- app/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants.py b/app/constants.py index fe099d8..634b601 100644 --- a/app/constants.py +++ b/app/constants.py @@ -3,4 +3,4 @@ from datetime import datetime STUDENT = "student" STAFF = "staff" -DEADLINE_FOR_STUDENT_CHANGES = datetime(2022, 10, 17, 7, 0) \ No newline at end of file +DEADLINE_FOR_STUDENT_CHANGES = datetime(2022, 10, 20, 7, 0) -- GitLab