From 70445b8105e56cd022455cf31137544ba5bced97 Mon Sep 17 00:00:00 2001 From: Andrea Callia D'Iddio <ac4014@ic.ac.uk> Date: Thu, 29 Sep 2022 00:24:50 +0100 Subject: [PATCH] Fix: fix wrong deadline for students. --- app/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants.py b/app/constants.py index 0ddad8d..fe099d8 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, 9, 17, 7, 0) \ No newline at end of file +DEADLINE_FOR_STUDENT_CHANGES = datetime(2022, 10, 17, 7, 0) \ No newline at end of file -- GitLab