Change default value of ticket_download to False

This commit is contained in:
Raphael Michel
2015-04-16 19:54:45 +02:00
parent 87c9dd9c82
commit 700270e7e7

View File

@@ -70,7 +70,7 @@ DEFAULTS = {
'type': bool
},
'ticket_download': {
'default': 'True',
'default': 'False',
'type': bool
},
'ticket_download_date': {