Skip to content

Commit

Permalink
Remove pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 4, 2024
1 parent 60faec7 commit 2de3f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hub/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2de3f9a

Please sign in to comment.