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 %}