dd70d4706bbd66866ef03a4222f6527f4dc8133e
[pithos-web-client] / snf-pithos-webclient / pithos_webclient / templates / pithos_webclient / other_properties.html
1 {% for key, value in branding_settings.items %}
2     otherProperties.{{ key }} = "{{ value }}";
3 {% endfor %}
4
5 {% for key, value in urls_config.items %}
6     otherProperties.{{ key }} = "{{ value }}";
7 {% endfor %}