include credentials block in account management page

This commit is contained in:
Serghei Mihai 2015-05-22 14:22:46 +02:00 committed by Frédéric Péters
parent 152aa22580
commit a75a341927
1 changed files with 6 additions and 1 deletions

View File

@ -33,9 +33,14 @@
<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 'delete_account' %}">{% trans "Delete profile" %}</a></li>
<li><a href="{% url 'auth_password_change' %}">{% trans "Change password" %}</a></li>
</ul>
</div>
<div class="block">
<h3>{% trans "Credentials" %}</h3>
{% for html_block in frontends_block %}
{{ html_block|safe }}
{% endfor %}
</div>
</div>
<div id="right">
{% if federation_management %}