Allow Users to Delete objects and Cancel Bookings 29/66729/2
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)
commitcac685966eebdf61db777860eae946f9a039187f
tree7eaa5d1b72b1fda21355434f3f8d83a19f9a03f4
parent93ac1cd683998a10c408069f72c421673f7ddfee
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>
dashboard/src/account/urls.py
dashboard/src/account/views.py
dashboard/src/booking/migrations/0004_auto_20190124_1700.py [new file with mode: 0644]
dashboard/src/booking/models.py
dashboard/src/resource_inventory/migrations/0006_auto_20190124_1700.py [new file with mode: 0644]
dashboard/src/resource_inventory/models.py
dashboard/src/static/css/detail_view.css
dashboard/src/templates/account/booking_list.html
dashboard/src/templates/account/configuration_list.html
dashboard/src/templates/account/image_list.html
dashboard/src/templates/account/resource_list.html