push url on club search form submit

This commit is contained in:
imperosol
2026-03-30 19:37:48 +02:00
parent b5d8db0187
commit 0f00c91b59
2 changed files with 2 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ class ClubListView(AllowFragment, FormMixin, ListView):
template_name = "club/club_list.jinja"
form_class = ClubSearchForm
queryset = Club.objects.order_by("name")
paginate_by = 1
paginate_by = 20
def get_form_kwargs(self):
res = super().get_form_kwargs()