Commit 5f34b3cb authored by Michal Čihař's avatar Michal Čihař

Sensible page size

parent 0a194435
......@@ -25,7 +25,7 @@ class ChangesView(ListView):
'''
Browser for changes.
'''
paginate_by = 5
paginate_by = 20
def get_queryset(self):
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment