Allow Users to Delete objects and Cancel Bookings
authorParker Berberian <pberberian@iol.unh.edu>
Tue, 29 Jan 2019 15:05:27 +0000 (10:05 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Tue, 29 Jan 2019 15:05:27 +0000 (10:05 -0500)
commitfef3a855657a7e5c2393dc469690d73bb249bd8f
treeaa9d47271c112a8a81cb1768292bae7206bfbe58
parent2c5650cad195f0bd78fb201ebbddc2afef96f752
Allow Users to Delete objects and Cancel Bookings

A user can now delete thier own resources, configs,
and snapshots as well as cancelling bookings.

Change-Id: Ic8e4751feeb0b8fa0d76816b8df2d16729ad2828
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
src/account/urls.py
src/account/views.py
src/booking/migrations/0004_auto_20190124_1700.py [new file with mode: 0644]
src/booking/models.py
src/resource_inventory/migrations/0006_auto_20190124_1700.py [new file with mode: 0644]
src/resource_inventory/models.py
src/static/css/detail_view.css
src/templates/account/booking_list.html
src/templates/account/configuration_list.html
src/templates/account/image_list.html
src/templates/account/resource_list.html