{% extends "base.html" %} {% block title %}Newsletter subscribe{% endblock %} {% block body %}

Newsletter subscribe {{ newsletter.title }}

{% if error %}

Due to a technical error we were not able to submit your confirmation email. This could be because your email address is invalid.

{% else %}
{% csrf_token %} {{ form.as_p() }}

{% endif %} {% endblock %}