mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Change default value of ticket_download to False
This commit is contained in:
@@ -70,7 +70,7 @@ DEFAULTS = {
|
|||||||
'type': bool
|
'type': bool
|
||||||
},
|
},
|
||||||
'ticket_download': {
|
'ticket_download': {
|
||||||
'default': 'True',
|
'default': 'False',
|
||||||
'type': bool
|
'type': bool
|
||||||
},
|
},
|
||||||
'ticket_download_date': {
|
'ticket_download_date': {
|
||||||
|
|||||||
Reference in New Issue
Block a user