From 3a228fd81cbb395cbfd4ab6ecb839cbbfb3afd87 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 9 May 2019 14:58:45 +0200 Subject: [PATCH] templates: use password profile frontend block (#32939) --- templates/authentic2/accounts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index d70393e..80cbbc8 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -174,7 +174,7 @@ {% if allow_email_change %}
  • Modifier le courriel
  • {% endif %} -
  • Modifier le mot de passe
  • + {{ frontends_block_by_id.password.content|safe }} {% if allow_account_deletion %}
  • Supprimer le compte
  • {% endif %}