Skip to content
Snippets Groups Projects
Commit 70445b81 authored by Andrea Callia D'Iddio's avatar Andrea Callia D'Iddio
Browse files

Fix: fix wrong deadline for students.

parent b64723b6
No related branches found
No related tags found
1 merge request!7Preventing students from making changes after a predefined deadline
Pipeline #316264 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment