Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
9cfc029f
Commit
9cfc029f
authored
Oct 27, 2016
by
Skia
🤘
Browse files
Permission fix
parent
6251e386
Pipeline
#329
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/views/user.py
View file @
9cfc029f
...
...
@@ -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
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment