Skip to content

Commit

Permalink
Merge pull request #3499 from webkom/change-booking-period
Browse files Browse the repository at this point in the history
  • Loading branch information
eikhr committed Oct 2, 2023
2 parents 46a22af + 60e98ba commit 6abb9ef
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 6abb9ef

Please sign in to comment.