Skip to content

Commit

Permalink
Revert "removed pagination due to bug temporarily so we get core func…
Browse files Browse the repository at this point in the history
…tionality of list (#1655)" (#1656)

This reverts commit 26cb225.
  • Loading branch information
jkueloc authored Mar 30, 2022
1 parent 26cb225 commit 84528ac
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 @@ -483,7 +483,7 @@ class AccountProfileView(LoginRequiredMixin, FormView, ListView):
# presented in the template as a standard paginated list of Asset
# instances with annotations
allow_empty = True
# paginate_by = 30
paginate_by = 30

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

0 comments on commit 84528ac

Please sign in to comment.