Skip to content

Commit

Permalink
Deadline registratie ingesteld op 31/03 op vraag van Antoon
Browse files Browse the repository at this point in the history
  • Loading branch information
TinusVL committed Mar 18, 2024
1 parent 2a55dff commit 898cc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
"camp_year": [ 2024 ],
"due_date": {
"date_year": 2024,
"date_day": 9,
"date_month": 4
"date_day": 31,
"date_month": 3
},
"camp_types": [
"basis"
Expand Down
2 changes: 1 addition & 1 deletion scouts_kampvisum_api/scouts_kampvisum_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def correct_url(issuer, url):
# Day after which a new camp registration is considered to be in the next camp year - FORMAT: MM-DD
CAMP_REGISTRATION_EPOCH = env.str("CAMP_REGISTRATION_EPOCH", "09-01")
# Deadline for the camp registration - FORMAT: MM-DD
CAMP_REGISTRATION_DEADLINE = env.str("CAMP_REGISTRATION_DEADLINE", "04-09")
CAMP_REGISTRATION_DEADLINE = env.str("CAMP_REGISTRATION_DEADLINE", "03-31")
# Day after which a mail should be sent if the camp responsible has changed - FORMAT: MM-DD
RESPONSIBILITY_EPOCH = env.str(
"RESPONSIBILITY_EPOCH", CAMP_REGISTRATION_DEADLINE)
Expand Down

0 comments on commit 898cc55

Please sign in to comment.