🐛 Minor fixes
This commit is contained in:
parent
b2e1777fe0
commit
f0bca69825
7 changed files with 7 additions and 5 deletions
|
|
@ -164,7 +164,7 @@ class FutureUserListView(ProtectQuerysetMixin, LoginRequiredMixin, SingleTableVi
|
|||
:param kwargs:
|
||||
:return:
|
||||
"""
|
||||
qs = super().get_queryset().filter(profile__registration_valid=False)
|
||||
qs = super().get_queryset().distinct().filter(profile__registration_valid=False)
|
||||
if "search" in self.request.GET:
|
||||
pattern = self.request.GET["search"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue