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