accounts: move authorized services link to left menu (#46733)

This commit is contained in:
Serghei Mihai 2020-09-18 11:53:16 +02:00
parent 2d7a5e3e20
commit 3a863ba1a6
1 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,9 @@
<li><a href="{% url 'account_management' %}#mon-compte">MON COMPTE</a></li>
<li><a href="{% url 'account_management' %}#mes-donnees-d-identite">MES DONNÉES D'IDENTITÉ</a></li>
<li><a href="{% url 'account_management' %}#mes-donnees-complementaires">MES DONNÉES COMPLÉMENTAIRES</a></li>
{% if allow_authorization_management %}
<li><a href="{% url 'authorized-oauth-services' %}">MES CONSENTEMENTS</a></li>
{% endif %}
</ul>
</div>
@ -176,9 +179,6 @@
<li><a href="{% url 'email-change' %}" class="button">Modifier le courriel</a></li>
{% endif %}
{{ frontends_block_by_id.password.content|safe }}
{% if allow_authorization_management %}
<li><a href="{% url 'authorized-oauth-services' %}" class="button">Mes consentements</a></li>
{% endif %}
{% if allow_account_deletion %}
<li><a href="{% url 'delete_account' %}" class="button">Supprimer le compte</a></li>
{% endif %}