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

@@ -97,6 +97,19 @@ DEFAULTS = {
'default': settings.MAIL_FROM,
'type': str
},
'mail_text_resend_link': {
'type': LazyI18nString,
'default': LazyI18nString.from_gettext(ugettext_noop("""Hello,
you receive this message because you asked us to send you the link
to your order for {event}.
You can change your order details and view the status of your order at
{url}
Best regards,
Your {event} team"""))
},
'mail_text_order_placed': {
'type': LazyI18nString,
'default': LazyI18nString.from_gettext(ugettext_noop("""Hello,