]> git.ozlabs.org Git - patchwork/blob - patchwork/templates/patchwork/optin.html
login: Focus the username field on load
[patchwork] / patchwork / templates / patchwork / optin.html
1 {% extends "base.html" %}
2
3 {% block title %}opt-in{% endblock %}
4 {% block heading %}opt-in{% endblock %}
5
6 {% block body %}
7
8 <p><strong>Opt-in complete</strong>. You have sucessfully opted back in to
9 automated email from this patchwork system, using the address
10 <strong>{{email}}</strong>.</p>
11 <p>If you later decide that you no longer want to receive automated mail from
12 patchwork, just visit <a href="{% url 'patchwork.views.mail.settings' %}"
13 >http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}</a>, or
14 visit the main patchwork page and navigate from there.</p>
15 {% if user.is_authenticated %}
16 <p>Return to your <a href="{% url 'patchwork.views.user.profile' %}">user
17 profile</a>.</p>
18 {% endif %}
19 {% endblock %}