{% extends "base.html" %} {% block title %}opt-out{% endblock %} {% block heading %}opt-out{% endblock %} {% block body %}

Opt-out complete. You have successfully opted-out of automated notifications from this patchwork system, from the address {{email}}

Please note that you may still receive email from other patchwork setups at different sites, as they are run independently. You may need to opt-out of those separately.

If you later decide to receive mail from patchwork, just visit http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}, or visit the main patchwork page and navigate from there.

{% if user.is_authenticated %}

Return to your user profile.

{% endif %} {% endblock %}