Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
3f34af3d
Verified
Commit
3f34af3d
authored
Nov 28, 2017
by
Thibaut Broggi
Browse files
Fix number of users displayed per page
parent
123389dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/rp/views/users.py
View file @
3f34af3d
...
...
@@ -4,7 +4,7 @@ from django.views.generic.list import ListView
class
UserListView
(
ListView
):
model
=
User
paginate_by
=
1
0
paginate_by
=
2
0
template_name
=
"rp/user_list.html"
def
get_queryset
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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