From 9cfc029fb2d9227edf4c130c944b2f5a5f13658b Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 27 Oct 2016 18:39:40 +0200 Subject: [PATCH] Permission fix --- core/views/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/user.py b/core/views/user.py index 92a7db9b..46f68971 100644 --- a/core/views/user.py +++ b/core/views/user.py @@ -274,7 +274,7 @@ class UserMiniView(CanViewMixin, DetailView): context_object_name = "profile" template_name = "core/user_mini.jinja" -class UserListView(ListView): +class UserListView(ListView, CanEditPropMixin): """ Displays the user list """