From 443fc5ab6fd2c2240e657cc74df9e70617c2e3a8 Mon Sep 17 00:00:00 2001 From: AdriMM26 Date: Tue, 26 Mar 2024 10:26:38 +0100 Subject: [PATCH] Closing mentor applications --- app/hackathon_variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hackathon_variables.py b/app/hackathon_variables.py index bff5f29e..a818256a 100644 --- a/app/hackathon_variables.py +++ b/app/hackathon_variables.py @@ -42,7 +42,7 @@ # (OPTIONAL) Applications deadline HACKATHON_APP_DEADLINE = timezone.datetime(2024, 4, 24, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) -MENTOR_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) +MENTOR_APP_DEADLINE = timezone.datetime(2024, 3, 25, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) # (OPTIONAL) Online checkin activated ONLINE_CHECKIN = timezone.datetime(2020, 5, 3, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE)) # (OPTIONAL) When to arrive at the hackathon