Skip to content
Snippets Groups Projects
Commit 8ce84d9a authored by James Graham's avatar James Graham
Browse files

Resolve typo in permission check to delete applications

parent 8730fc38
Branches
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ class ApplicationDeleteView(OwnerPermissionMixin, DeleteView): ...@@ -54,7 +54,7 @@ class ApplicationDeleteView(OwnerPermissionMixin, DeleteView):
template_name = 'applications/application/delete.html' template_name = 'applications/application/delete.html'
context_object_name = 'application' context_object_name = 'application'
permission_required = 'application.delete_application' permission_required = 'applications.delete_application'
success_url = reverse_lazy('applications:application.list') success_url = reverse_lazy('applications:application.list')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment