Limit User Booking Length and Extensions
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Mon, 26 Feb 2018 22:52:25 +0000 (17:52 -0500)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Mon, 26 Mar 2018 18:42:42 +0000 (18:42 +0000)
commit752f31b9722d15a7857e5ea56966e5f17141d82e
tree1ec921a2d7249b66864399f2487f65d22ffc7423
parentb0ef65a9126dc661a9eff59840f1d64f875003f4
Limit User Booking Length and Extensions

Jira: PHAROS-363

Bookings can now only be 3 weeks upon creation with a maximum of 2
1 week extensions.

Change-Id: I677770de3f62f188d23e60be6d71b42b25bf007e
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
src/booking/migrations/0004_booking_ext_count.py [new file with mode: 0644]
src/booking/models.py
src/booking/views.py
src/templates/booking/booking_calendar.html
src/templates/booking/booking_detail.html