Skip to content

Commit

Permalink
Merge pull request #1577 from LibraryOfCongress/1556-all-campaigns
Browse files Browse the repository at this point in the history
page size to 30
  • Loading branch information
rabiloc authored Dec 2, 2021
2 parents 3df6ac6 + 00bff83 commit 5abd4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ class AccountProfileView(LoginRequiredMixin, FormView, ListView):
# instances with annotations
allow_empty = True
ordering = ("-created_on",)
paginate_by = 20
paginate_by = 30

def post(self, *args, **kwargs):
self.object_list = self.get_queryset()
Expand Down

0 comments on commit 5abd4c8

Please sign in to comment.