Revision edb3e8ef snf-pithos-webclient/pithos_webclient/templates/pithos_webclient/other_properties.html

b/snf-pithos-webclient/pithos_webclient/templates/pithos_webclient/other_properties.html
1 1
{% for key, value in branding_settings.items %}
2
    otherProperties.{{ key }} = "{{ value }}";
2
    otherProperties.{{ key }} = {{ value|safe }};
3 3
{% endfor %}
4 4

  
5 5
{% for key, value in urls_config.items %}
6
    otherProperties.{{ key }} = "{{ value }}";
6
    otherProperties.{{ key }} = "{{ value|safe }}";
7 7
{% endfor %}

Also available in: Unified diff