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, 0 insertions, 11 deletions
diff --git a/design/templates/newsletter/subscription_update_email_sent.html b/design/templates/newsletter/subscription_update_email_sent.html deleted file mode 100644 index b740d18..0000000 --- a/design/templates/newsletter/subscription_update_email_sent.html +++ /dev/null @@ -1,11 +0,0 @@ -{% 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 %} |