diff --git a/concordia/views.py b/concordia/views.py index 5c3924a40..19c454ed0 100644 --- a/concordia/views.py +++ b/concordia/views.py @@ -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()