8 lines
No EOL
384 B
HTML
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 %} |