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']) %}