Skip to content

Commit

Permalink
Merge pull request #3525 from webkom/edit-booking-period
Browse files Browse the repository at this point in the history
Edit booking period
  • Loading branch information
Arashfa0301 committed Nov 14, 2023
2 parents 48d263b + b259fe4 commit 6c464ae
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 = ((11, 18), (1, 10))

BEDKOM_BOOKING_PERIOD = ((10, 2), (10, 19))
BEDKOM_BOOKING_PERIOD = ((1, 1), (12, 30))

REGISTRATION_CONFIRMATION_TIMEOUT = 60 * 60 * 24

Expand Down

0 comments on commit 6c464ae

Please sign in to comment.