{% 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 'mail-settings' %}, or visit the main Patchwork page and navigate from there.
{% if user.is_authenticated %}Return to your user profile.
{% endif %} {% endblock %}