Skip to content

Commit

Permalink
Remove pagination from candidates' listings
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 2, 2024
1 parent 39c4104 commit fcd0c69
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 @@ -574,7 +574,7 @@ def organization_vote(request, pk, action):

class CandidateListView(SearchMixin):
allow_filters = ["domain"]
paginate_by = 9
paginate_by = 200
template_name = "hub/candidate/list.html"

@classmethod
Expand Down

0 comments on commit fcd0c69

Please sign in to comment.