mirror of https://gitlab.crans.org/bde/nk20
Merge branch 'beta' into 'master'
remove the display limit for pre-registred users. See merge request bde/nk20!130
This commit is contained in:
commit
f55ca2f725
|
@ -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