Closed JobDoesburg closed 3 years ago
Consider https://github.com/GipHouse/Website/blob/24e4dd9e859c507d37539745a7f2a8040e241257/website/room_reservation/views.py#L37
When validating a reservation, only the start time is checked to not be after 18:00, but it is allowed to do a with an end time after 18:00.
Consider https://github.com/GipHouse/Website/blob/24e4dd9e859c507d37539745a7f2a8040e241257/website/room_reservation/views.py#L37
When validating a reservation, only the start time is checked to not be after 18:00, but it is allowed to do a with an end time after 18:00.