mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +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.invoice_include_expire_date = True
|
||||||
self.settings.ticketoutput_pdf__enabled = True
|
self.settings.ticketoutput_pdf__enabled = True
|
||||||
self.settings.ticketoutput_passbook__enabled = True
|
self.settings.ticketoutput_passbook__enabled = True
|
||||||
|
self.settings.event_list_type = 'calendar'
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def social_image(self):
|
def social_image(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user