diff --git a/app/hackathon_variables.py b/app/hackathon_variables.py index a818256a..665f2f2b 100644 --- a/app/hackathon_variables.py +++ b/app/hackathon_variables.py @@ -41,7 +41,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)) +VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 4, 14, 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))