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

Opt-in complete. You have sucessfully 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 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 %}