diff options
Diffstat (limited to 'design/templates/newsletter/subscription_update_email_sent.html')
-rw-r--r-- | design/templates/newsletter/subscription_update_email_sent.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/design/templates/newsletter/subscription_update_email_sent.html b/design/templates/newsletter/subscription_update_email_sent.html new file mode 100644 index 0000000..b740d18 --- /dev/null +++ b/design/templates/newsletter/subscription_update_email_sent.html @@ -0,0 +1,11 @@ +{% extends "newsletter/common.html" %} + +{% load i18n %} + +{% block title %}{% trans "Newsletter update" %}{% endblock title %} + +{% block body %} + <h1>{% trans "Newsletter update" %} {{ newsletter.title }}</h1> + + <p>{% trans "Your update request was successfully received and an activation email has been sent to you. In that email you will find a link which you need to follow in order to update your subscription." %}</p> +{% endblock body %} |