paginator fix
@ -39,7 +39,7 @@ class FilterListView(ContextMixin, FormMixin, ListView):
# get params for paginator
get = request.GET.copy()
if 'page' in get:
del get[key]
del get['page']
self.extra_ctx['GETparams'] = get.urlencode()
# ajax or get