Skip to content

Commit

Permalink
removed pagination due to bug temporarily so we get core functionalit…
Browse files Browse the repository at this point in the history
…y of list (#1655)
  • Loading branch information
jkueloc authored Mar 30, 2022
1 parent 49e3399 commit 26cb225
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 26cb225

Please sign in to comment.