mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 11:04:20 +00:00
Permission fix
This commit is contained in:
parent
6251e38668
commit
9cfc029fb2
@ -274,7 +274,7 @@ class UserMiniView(CanViewMixin, DetailView):
|
|||||||
context_object_name = "profile"
|
context_object_name = "profile"
|
||||||
template_name = "core/user_mini.jinja"
|
template_name = "core/user_mini.jinja"
|
||||||
|
|
||||||
class UserListView(ListView):
|
class UserListView(ListView, CanEditPropMixin):
|
||||||
"""
|
"""
|
||||||
Displays the user list
|
Displays the user list
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user