From 83e055ff1c3894ad2b4d8c33865351269a433540 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 31 Aug 2020 15:35:46 +0200 Subject: [PATCH] templates: add link to user authorizations page (#46180) --- templates/authentic2/accounts.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index abe1c4c..13139cd 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -175,6 +175,9 @@
  • 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 %}