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):