Allow to set a custom error message when presale is ended

This commit is contained in:
Raphael Michel
2019-03-29 16:38:47 +01:00
parent 46166159b0
commit 73ec5bac79
5 changed files with 24 additions and 4 deletions

View File

@@ -101,6 +101,10 @@ DEFAULTS = {
'default': 'False',
'type': bool
},
'presale_has_ended_text': {
'default': '',
'type': LazyI18nString
},
'payment_explanation': {
'default': '',
'type': LazyI18nString