summaryrefslogtreecommitdiff
path: root/design/templates/newsletter/subscription_unsubscribe_activated.html
blob: 65628c57dcbac2f438f6a2d2f462ff5eaef25302 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}