]> git.ozlabs.org Git - patchwork/blob - patchwork/templates/patchwork/optout.html
Move to a more recent django project structure
[patchwork] / patchwork / templates / patchwork / optout.html
1 {% extends "base.html" %}
2
3 {% block title %}opt-out{% endblock %}
4 {% block heading %}opt-out{% endblock %}
5
6 {% block body %}
7
8 <p><strong>Opt-out complete</strong>. You have successfully opted-out of
9 automated notifications from this patchwork system, from the address
10 <strong>{{email}}</strong></p>
11 <p>Please note that you may still receive email from other patchwork setups at
12 different sites, as they are run independently. You may need to opt-out of
13 those separately.</p>
14 <p>If you later decide to receive mail from patchwork, just visit
15 <a href="{% url 'patchwork.views.mail.settings' %}"
16 >http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}</a>, or
17 visit the main patchwork page and navigate from there.</p>
18 {% if user.is_authenticated %}
19 <p>Return to your <a href="{% url 'patchwork.views.user.profile' %}">user
20 profile</a>.</p>
21 {% endif %}
22 {% endblock %}