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