NDOJ/templates/newsletter/subscription_subscribe_email_sent.html
2020-01-21 15:35:58 +09:00

8 lines
No EOL
384 B
HTML

{% extends "base.html" %}
{% block title %}Newsletter subscribe{% endblock %}
{% block body %}
<h1>Newsletter subscribe {{ newsletter.title }}</h1>
<p>Your subscription 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 activate your subscription.</p>
{% endblock %}