summaryrefslogtreecommitdiffstats
path: root/patchwork/templates/patchwork/optin.html
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/templates/patchwork/optin.html')
-rw-r--r--patchwork/templates/patchwork/optin.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/patchwork/templates/patchwork/optin.html b/patchwork/templates/patchwork/optin.html
new file mode 100644
index 0000000..01aaa0e
--- /dev/null
+++ b/patchwork/templates/patchwork/optin.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block title %}opt-in{% endblock %}
+{% block heading %}opt-in{% endblock %}
+
+{% block body %}
+
+<p><strong>Opt-in complete</strong>. You have sucessfully opted back in to
+automated email from this patchwork system, using the address
+<strong>{{email}}</strong>.</p>
+<p>If you later decide that you no longer want to receive automated mail from
+patchwork, just visit <a href="{% url 'patchwork.views.mail.settings' %}"
+>http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}</a>, or
+visit the main patchwork page and navigate from there.</p>
+{% if user.is_authenticated %}
+<p>Return to your <a href="{% url 'patchwork.views.user.profile' %}">user
+profile</a>.</p>
+{% endif %}
+{% endblock %}