Commit ec76e0ef authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Get ID from the section to define the CSS.

parent 168f1263
......@@ -67,6 +67,10 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -134,7 +138,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:"nolabel sectionTitle %s" % context.getId()</string> </value>
<value> <string>python:"nolabel sectionTitle %s" % here.getWebSectionValue().getId()</string> </value>
</item>
</dictionary>
</pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment