Skip to content
Snippets Groups Projects
Commit f55ca2f7 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

Merge branch 'beta' into 'master'

remove the display limit for pre-registred users.

See merge request !130
parents 87567513 d4e4ed58
No related branches found
No related tags found
2 merge requests!132Erdnaxe master patch 99095,!130remove the display limit for pre-registred users.
Pipeline #8761 passed with stages
in 11 minutes and 30 seconds
......@@ -182,7 +182,7 @@ class FutureUserListView(ProtectQuerysetMixin, LoginRequiredMixin, SingleTableVi
| Q(username__iregex="^" + pattern)
)
return qs[:20]
return qs
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment