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'
|
template_name = 'pretixcontrol/organizers/detail.html'
|
||||||
permission = None
|
permission = None
|
||||||
context_object_name = 'events'
|
context_object_name = 'events'
|
||||||
|
paginate_by = 50
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def organizer(self):
|
def organizer(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user