regluit/frontend/templates/join_library.html

19 lines
795 B
HTML
Raw Normal View History

2015-04-28 03:24:02 +00:00
{% extends 'basedocumentation.html' %}
{% load url from future %}
{% block title %}Join {{ library }}{% endblock %}
{% block doccontent %}
<h2> Select your library </h2>
<h2> Other Account Management Tools </h2>
<ul>
2015-04-28 03:24:02 +00:00
<li>Want to <a href="{% url 'auth_password_change' %}">change your password</a>?</li>
<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>
2015-04-28 18:13:18 +00:00
<li>... or <a href="{% url 'regluit.frontend.views.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 %}