2015-04-28 03:24:02 +00:00
|
|
|
{% extends 'basedocumentation.html' %}
|
2016-05-11 14:41:50 +00:00
|
|
|
|
2013-10-02 16:02:08 +00:00
|
|
|
{% block title %}Join {{ library }}{% endblock %}
|
|
|
|
{% block doccontent %}
|
|
|
|
<h2> Select your library </h2>
|
|
|
|
|
|
|
|
<h2> Other Account Management Tools </h2>
|
|
|
|
<ul>
|
2017-09-22 20:02:43 +00:00
|
|
|
<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 'notification_notice_settings' %}">manage your contact preferences</a>?</li>
|
|
|
|
<li>... or <a href="{% url 'email_change' %}">change your email address</a>?</li>
|
2016-07-27 17:02:47 +00:00
|
|
|
<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 'marc_config' %}">change your MARC record preferences</a>?</li>
|
|
|
|
<li>... or <a href="{% url 'kindle_config' %}">add or change a Send-to-Kindle email</a>?</li>
|
2013-10-02 16:02:08 +00:00
|
|
|
</ul>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|