From 3a863ba1a6f4549bcfb26c2a19f2a28b41df3521 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 18 Sep 2020 11:53:16 +0200 Subject: [PATCH] accounts: move authorized services link to left menu (#46733) --- templates/authentic2/accounts.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index 927e8d7..3150325 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -7,6 +7,9 @@
  • MON COMPTE
  • MES DONNÉES D'IDENTITÉ
  • MES DONNÉES COMPLÉMENTAIRES
  • + {% if allow_authorization_management %} +
  • MES CONSENTEMENTS
  • + {% endif %} @@ -176,9 +179,6 @@
  • Modifier le courriel
  • {% endif %} {{ frontends_block_by_id.password.content|safe }} - {% if allow_authorization_management %} -
  • Mes consentements
  • - {% endif %} {% if allow_account_deletion %}
  • Supprimer le compte
  • {% endif %}