{% extends 'base.html' %} {% load static %} {% block title %}Email Subscriptions{% endblock %} {% block emailer_head %} {% endblock %} {% block content %}

Email Subscriptions

To subscribe or manage your subscriptions, submit your email address. You will receive an email with a link to a page where you can select or modify your subscriptions.

{% if subscription_set %}

Available subscriptions include:

{% endif %}
{% csrf_token %}

Email address:
{% if form.subscriber_email.errors %}
Please enter a valid email address {% endif %}


{{ form.captcha }}

{% endblock %}