templates: add a link on user's name in backoffice header (#34581)

This commit is contained in:
Benjamin Dauvergne 2019-07-11 16:27:22 +02:00 committed by Frédéric Péters
parent a66f122389
commit 64eeac6dcc
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<h1 class="breadcrumbs">{% block breadcrumb %}{% endblock %}</h1>
{% endblock %}
{% block user-name %}<a href="{{ idp_url }}manage/me/">{{ block.super }}</a>{% endblock %}
{% block more-user-links %}
{% endblock %}

View File

@ -14,6 +14,8 @@
</h1>
{% endblock %}
{% block user-name %}<a href="{{ idp_url }}manage/me/">{{ block.super }}</a>{% endblock %}
{% block more-user-links %}
{% endblock %}