regluit/frontend/templates/email_change/base.html

18 lines
649 B
HTML
Raw Normal View History

2013-03-27 21:57:08 +00:00
{% extends "registration/registration_base.html" %}
{% block doccontent %}
{% block ce_content %}{% endblock %}
<div>
<h2>Other Account Tools</h2>
<ul>
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
<li>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</li>
2013-06-25 19:59:00 +00:00
<li>... or <a href="{% url regluit.frontend.views.edit_user %}">change your username</a>?</li>
2013-03-27 21:57:08 +00:00
<li>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
2013-07-23 16:23:04 +00:00
<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 %}