templates: add link to user authorizations page (#46180)

This commit is contained in:
Serghei Mihai 2020-08-31 15:35:46 +02:00
parent c024ade494
commit 83e055ff1c
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@
<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 %}