mirror of https://gitlab.crans.org/bde/nk20
remove the display limit for pre-registred users.
This commit is contained in:
parent
fd83fe19bf
commit
d4e4ed580f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue