ui: re-organize some of the navigation to make it cleaner for end-users

This commit is contained in:
Jens Langhammer
2020-02-27 14:59:34 +01:00
parent 9b72c604dd
commit 82654b3fd9
7 changed files with 322 additions and 178 deletions

View File

@ -12,4 +12,4 @@ class EventListView(PermissionListMixin, ListView):
template_name = "administration/audit/list.html"
permission_required = "passbook_audit.view_event"
ordering = "-created"
paginate_by = 10
paginate_by = 20