From 4427875d67c09b079dcebb495688fb231d33308b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 20 Aug 2019 10:59:18 +0200 Subject: [PATCH] templates: totally skip password account management block (#35471) --- templates/authentic2/accounts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index 2473d765..16cb63b0 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -66,12 +66,12 @@ {% endblock %} {% for id, block in frontends_block_by_id.items %} -
{% if id != "password" %} +

{{ block.name }}

{{ block.content|safe }} +
{% endif %} -
{% endfor %}