corrected commit ref to kaedroho@5dc7a220f8799a7c6871b119724f7e07cb54f4fb

This commit is contained in:
Dave Cranwell 2014-06-17 17:39:48 +01:00
parent 553e7062b6
commit 68da7f0c2c

View file

@ -0,0 +1,7 @@
<ul class="field-row">
{% for child in self.children %}
<li class="field-col {{ child.classname }}">
{{ child.render_as_field }}
</li>
{% endfor %}
</ul>