From 26cb2250e23c8d24021241a3e8dacee9a5fdfdb0 Mon Sep 17 00:00:00 2001 From: Jennifer Kuenning <72825410+jkueloc@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:00:16 -0400 Subject: [PATCH] removed pagination due to bug temporarily so we get core functionality of list (#1655) --- concordia/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concordia/views.py b/concordia/views.py index 36092e93b..892af5b49 100644 --- a/concordia/views.py +++ b/concordia/views.py @@ -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()