From 87bc37e6f971051ea898298d50ac06f36920c588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Wed, 24 Feb 2016 15:34:57 +0100 Subject: [PATCH] Display FC block on account management (fixes #8840). --- templates/idp/account_management.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index e2aff05..32df979 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -31,6 +31,12 @@ Gestion du compte {% endif %} + {% if frontends_block_by_id.fc %} +
+

{{ frontends_block_by_id.fc.name }}

+ {{ frontends_block_by_id.fc.content }} +
+ {% endif %}