From 66df83dfc90a01983ba8ea2c05006e0ce84a21c4 Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Thu, 7 Apr 2016 17:58:24 +0200 Subject: [PATCH] PHRAS-1046 - fix cgu par database listing in account access --- templates/web/account/access.html.twig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/web/account/access.html.twig b/templates/web/account/access.html.twig index 96a2d7bf7c..928153a67a 100644 --- a/templates/web/account/access.html.twig +++ b/templates/web/account/access.html.twig @@ -152,9 +152,7 @@ {% endif %} - {% endfor %} - {% for sbasId, baseInfo in inscriptions %} {% if attribute(baseInfo["config"]["cgu"], app['locale']) is defined %} {% set TOU = attribute(baseInfo["config"]["cgu"], app['locale']) %} @@ -164,7 +162,7 @@ -
{{ TOU['value'] }}
+
{{ TOU['value']|raw }}
{% endif %} {% for collInfo in baseInfo["config"]["collections"] if (collInfo['registration'] is none and collInfo['can-register']) %}