GiPHouse / Website

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

Check whether reservations end before 6 pm #510

Closed joren485 closed 3 years ago

joren485 commented 3 years ago

Closes #508

One-sentence description

Fix a typo where the start of a reservation was checked instead of the end. Also add two tests to make sure this does not happen again.