Skip to content

Commit

Permalink
ideas/views: reduc paginator number for testing pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Sep 8, 2022
1 parent e97edfe commit 86f6183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/apps/ideas/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Meta:

class AbstractIdeaListView(ProjectMixin,
filter_views.FilteredListView):
paginate_by = 15
paginate_by = 2


class IdeaListView(AbstractIdeaListView,
Expand Down

0 comments on commit 86f6183

Please sign in to comment.