{% extends "base.html" %} {% block title %}mail settings{% endblock %} {% block heading %}mail settings{% endblock %} {% block body %}

You can configure patchwork to send you mail on certain events, or block automated mail altogether. Enter your email address to view or change your email settings.

{% csrf_token %} {% if form.errors %} {% endif %}
There was an error accessing your mail settings:
{{ form.email.label_tag }} {{form.email}} {{form.email.errors}}
{% endblock %}