Skip to content

Commit 1479b9b

Browse files
authored
Merge pull request #299 from hackupc/change-reimbursement-deadline
Change Reimbursement deadline to 2024
2 parents 0eb24c4 + de41039 commit 1479b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/hackathon_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
CURRENCY = '€'
7171
REIMBURSEMENT_EXPIRY_DAYS = 5
7272
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))
73+
REIMBURSEMENT_DEADLINE = timezone.datetime(2024, 5, 5, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
7474

7575
# (OPTIONAL) Max team members. Defaults to 4
7676
TEAMS_ENABLED = True

0 commit comments

Comments
 (0)