mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Add pagination to event list on organizer detail page
This commit is contained in:
@@ -92,6 +92,7 @@ class OrganizerDetail(OrganizerDetailViewMixin, OrganizerPermissionRequiredMixin
|
||||
template_name = 'pretixcontrol/organizers/detail.html'
|
||||
permission = None
|
||||
context_object_name = 'events'
|
||||
paginate_by = 50
|
||||
|
||||
@property
|
||||
def organizer(self):
|
||||
|
||||
Reference in New Issue
Block a user