Allow to configure help text of email field

This commit is contained in:
Raphael Michel
2019-11-28 11:11:55 +01:00
parent a10082a46f
commit bb3348022f
4 changed files with 15 additions and 2 deletions

View File

@@ -502,6 +502,12 @@ class EventSettingsForm(SettingsForm):
required=False,
widget=I18nTextarea
)
checkout_email_helptext = I18nFormField(
label=_("Help text of the email field"),
required=False,
widget_kwargs={'attrs': {'rows': '2'}},
widget=I18nTextarea
)
presale_has_ended_text = I18nFormField(
label=_("End of presale text"),
required=False,