19 lines
644 B
HTML
19 lines
644 B
HTML
{% extends 'registration/registration_base.html' %}
|
|
|
|
|
|
|
|
|
|
{% 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>
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
</div>
|
|
{% endblock %} |