From 2de3f9a6e8b651a33b5e3ab1faddfa143fdb4701 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Wed, 4 Dec 2024 12:48:39 +0200 Subject: [PATCH] Remove pagination --- backend/hub/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hub/views.py b/backend/hub/views.py index 3273485..1462da2 100644 --- a/backend/hub/views.py +++ b/backend/hub/views.py @@ -672,7 +672,7 @@ def get_queryset(self): class CandidateResultsView(SearchMixin): allow_filters = ["domain"] - paginate_by = 23 + paginate_by = 100 template_name = "hub/candidate/results.html" def get_qs(self):