{% 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 %}