We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eb24c4 + de41039 commit 1479b9bCopy full SHA for 1479b9b
app/hackathon_variables.py
@@ -70,7 +70,7 @@
70
CURRENCY = '€'
71
REIMBURSEMENT_EXPIRY_DAYS = 5
72
REIMBURSEMENT_REQUIREMENTS = 'You have to submit a project and demo it during the event in order to get reimbursed'
73
-REIMBURSEMENT_DEADLINE = timezone.datetime(2023, 5, 11, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
+REIMBURSEMENT_DEADLINE = timezone.datetime(2024, 5, 5, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
74
75
# (OPTIONAL) Max team members. Defaults to 4
76
TEAMS_ENABLED = True
0 commit comments