{% extends "base.html" %} {% block title %}Opt-in{% endblock %} {% block heading %}Opt-in{% endblock %} {% block body %}

Opt-in complete. You have successfully opted back in to automated email from this Patchwork system, using the address {{email}}.

If you later decide that you no longer want to receive automated 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 %}