GiPHouse / Website

GiPHouse website based on Django Framework
https://giphouse.nl
GNU Affero General Public License v3.0
5 stars 2 forks source link

Reservations can have an end time after 18:00 #508

Closed JobDoesburg closed 3 years ago

JobDoesburg commented 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.