regluit/frontend/templates/join_library.html

19 lines
753 B
HTML
Raw Normal View History

2015-04-28 03:24:02 +00:00
{% extends 'basedocumentation.html' %}
2016-05-11 14:41:50 +00:00
{% block title %}Join {{ library }}{% endblock %}
{% block doccontent %}
<h2> Select your library </h2>
<h2> Other Account Management 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 'notification_notice_settings' %}">manage your contact preferences</a>?</li>
<li>... or <a href="{% url 'email_change' %}">change your email address</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 '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>
</ul>
{% endblock %}