diff options
Diffstat (limited to 'templates/newsletter/subscription_unsubscribe_activated.html')
-rw-r--r-- | templates/newsletter/subscription_unsubscribe_activated.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/newsletter/subscription_unsubscribe_activated.html b/templates/newsletter/subscription_unsubscribe_activated.html new file mode 100644 index 0000000..65628c5 --- /dev/null +++ b/templates/newsletter/subscription_unsubscribe_activated.html @@ -0,0 +1,11 @@ +{% extends "newsletter/common.html" %} + +{% load i18n %} + +{% block title %}{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}{% endblock title %} + +{% block body %} + <h1>{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}</h1> + + <p>{% trans "You have successfully been unsubscribed." %}</p> +{% endblock body %} |