mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Set calendar as default for event series
This commit is contained in:
@@ -375,6 +375,7 @@ class Event(EventMixin, LoggedModel):
|
||||
self.settings.invoice_include_expire_date = True
|
||||
self.settings.ticketoutput_pdf__enabled = True
|
||||
self.settings.ticketoutput_passbook__enabled = True
|
||||
self.settings.event_list_type = 'calendar'
|
||||
|
||||
@property
|
||||
def social_image(self):
|
||||
|
||||
Reference in New Issue
Block a user