cleanup rendered html with new field names
[unfold.git] / plugins / templates / verticallayout.html
index 4b77c94..052dc49 100644 (file)
@@ -1,7 +1,7 @@
 <div id='{{ uuid }}'>
 {% for son in sons %}
 <h3>{{ son.title }}</h3>
-<div id='{{ uuid }}-{{ son.id }}'>
+<div id='{{ name }}-{{ son.rank }}'>
 {{ son.rendered }}
 </div>
 {% endfor %}