Skip to content

Commit

Permalink
Change bedkom booking period
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwbjerde committed Oct 2, 2023
1 parent 46a22af commit 60e98ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lego/settings/lego.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PENALTY_IGNORE_SUMMER = ((6, 1), (8, 15))
PENALTY_IGNORE_WINTER = ((12, 1), (1, 10))

BEDKOM_BOOKING_PERIOD = ((2, 21), (3, 8))
BEDKOM_BOOKING_PERIOD = ((10, 2), (10, 18))

REGISTRATION_CONFIRMATION_TIMEOUT = 60 * 60 * 24

Expand Down

0 comments on commit 60e98ba

Please sign in to comment.