Convert index view context to json
[pithos-web-client] / snf-pithos-webclient / pithos_webclient / templates / pithos_webclient / other_properties.html
index dd70d47..acc5378 100644 (file)
@@ -1,7 +1,7 @@
 {% for key, value in branding_settings.items %}
-    otherProperties.{{ key }} = "{{ value }}";
+    otherProperties.{{ key }} = {{ value|safe }};
 {% endfor %}
 
 {% for key, value in urls_config.items %}
-    otherProperties.{{ key }} = "{{ value }}";
+    otherProperties.{{ key }} = "{{ value|safe }}";
 {% endfor %}