Skip to content

Commit

Permalink
Merge pull request #314 from hackupc/develop
Browse files Browse the repository at this point in the history
[dev to master] Extend volunteer application time
  • Loading branch information
EncryptEx authored Apr 5, 2024
2 parents f1d9072 + 531c95a commit bc2e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hackathon_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit bc2e287

Please sign in to comment.