add missing password change link and template fix

This commit is contained in:
Serghei Mihai 2015-04-29 20:13:59 +02:00
parent fd5f0df263
commit 7d4c9d71fd
2 changed files with 3 additions and 5 deletions

View File

@ -42,6 +42,7 @@
<ul class="account-management">
<li><a href="{% url 'email-change' %}">{% trans "Change email" %}</a></li>
<li><a href="{% url 'profile_edit' %}">{% trans "Edit profile" %}</a></li>
<li><a href="{% url 'auth_password_change' %}">{% trans "Change password" %}</a></li>
<li><a href="{% url 'delete_account' %}">{% trans "Delete profile" %}</a></li>
</ul>
</div>

View File

@ -5,11 +5,8 @@
class="narrow-page"
{% endblock %}
{% block title %}
<div id="single-title">Compte citoyen</div>
{% endblock %}
{% block menu %}
{% block content_header %}
<div id="single-title">{% trans "Account Management" %}</div>
{% endblock %}
{% block content %}