summaryrefslogtreecommitdiff
path: root/design/templates/newsletter/subscription_subscribe_activated.html
blob: c8519d7ee63b97af13d5e54233b94f4372602992 (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 "Your subscription has successfully been activated." %}</p>
{% endblock body %}