mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Enforce start and end time of presale (#15)
This commit is contained in:
@@ -41,6 +41,14 @@ DEFAULTS = {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
},
|
||||
'presale_start_show_date': {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
},
|
||||
'show_items_outside_presale_period': {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
},
|
||||
'timezone': {
|
||||
'default': settings.TIME_ZONE,
|
||||
'type': str
|
||||
|
||||
Reference in New Issue
Block a user