From 621647a37979606a88ef01c159c567c9ca6f4c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Wed, 16 Mar 2016 16:01:41 +0100 Subject: [PATCH 1/1] Define profile frontends titles in account template. --- src/authentic2/templates/authentic2/accounts.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/authentic2/templates/authentic2/accounts.html b/src/authentic2/templates/authentic2/accounts.html index 95d0b74..9004834 100644 --- a/src/authentic2/templates/authentic2/accounts.html +++ b/src/authentic2/templates/authentic2/accounts.html @@ -43,8 +43,9 @@

{% trans "Credentials" %}

- {% for html_block in frontends_block %} - {{ html_block|safe }} + {% for id, block in frontends_block_by_id.items %} +

{{ block.name }}

+ {{ block.content }} {% endfor %} {% if federation_management %}
-- 2.1.4