diff --git a/app/constants.py b/app/constants.py index fe099d8afa192fb12d56b4946c1a9a9b111b3ab2..634b601cf5edb4de938da017ff597d56eef081cb 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)