fix glitch

This commit is contained in:
bkfox
2020-11-08 14:42:10 +01:00
parent 6f24384a7e
commit 7cde2a5129
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ class BasePageListView(AttachedToMixin, ParentMixin, BaseView, ListView):
item_template_name = 'aircox/widgets/page_item.html'
has_sidebar = True
paginate_by = 2
paginate_by = 30
has_headline = True
def get(self, *args, **kwargs):