Resend link option for admin

This commit is contained in:
Raphael Michel
2016-02-11 17:22:20 +01:00
parent 6b25dea7b0
commit 417539d101
5 changed files with 64 additions and 8 deletions

View File

@@ -212,6 +212,12 @@ class MailSettingsForm(SettingsForm):
widget=I18nTextarea,
help_text=_("Available placeholders: {event}, {url}")
)
mail_text_order_resend = I18nFormField(
label=_("Resend link"),
required=False,
widget=I18nTextarea,
help_text=_("Available placeholders: {event}, {url}")
)
smtp_use_custom = forms.BooleanField(
label=_("Use custom SMTP server"),
help_text=_("All mail related to your event will be sent over the smtp server specified by you."),