Commit 75442927 by Kálmán Viktor

dashboard: clean up template view

parent 4a2c9055
......@@ -32,7 +32,7 @@ from django.views.generic import (
)
from braces.views import (
LoginRequiredMixin, PermissionRequiredMixin, SuperuserRequiredMixin,
LoginRequiredMixin, PermissionRequiredMixin,
)
from django_tables2 import SingleTableView
......@@ -431,6 +431,7 @@ class LeaseDetail(LoginRequiredMixin, SuccessMessageMixin, UpdateView):
return super(LeaseDetail, self).post(request, *args, **kwargs)
class LeaseDelete(LoginRequiredMixin, DeleteView):
model = Lease
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment