regluit/frontend/templates/email_change/base.html

19 lines
644 B
HTML
Raw Normal View History

2015-04-28 03:24:02 +00:00
{% extends 'registration/registration_base.html' %}
2016-05-11 14:41:50 +00:00
2013-03-27 21:57:08 +00:00
{% block doccontent %}
{% block ce_content %}{% endblock %}
<div>
<h2>Other Account Tools</h2>
<ul>
<li>Want to <a href="{% url 'libraryauth_password_change' %}">change your password</a>?</li>
2015-04-28 03:24:02 +00:00
<li>... or <a href="{% url 'manage_account' %}">manage your pledges and payment info</a>?</li>
<li>... or <a href="{% url 'edit_user' %}">change your username</a>?</li>
2015-04-28 03:24:02 +00:00
<li>... or <a href="{% url 'notification_notice_settings' %}">manage your contact preferences</a>?</li>
<li>... or <a href="{% url 'kindle_config' %}">add or change a Send-to-Kindle email</a>?</li>
2013-03-27 21:57:08 +00:00
</ul>
</div>
{% endblock %}