Revision e4ac2d18 snf-pithos-webclient/setup.py

b/snf-pithos-webclient/setup.py
250 250
            </script>
251 251
    """)
252 252

  
253
    index_data = index_data.replace("{{ EXTEND_OTHER_PROPERTIES }}", """
254
        {% for key, value in branding_settings.items %}
255
            otherProperties.{{ key }} = "{{ value }}";
256
        {% endfor %}
257
    """)
258

  
253 259
    ifile = file(index, "w+")
254 260
    ifile.write(index_data)
255 261
    ifile.close()

Also available in: Unified diff