mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 00:33:17 +00:00
corrected commit ref to kaedroho@5dc7a220f8799a7c6871b119724f7e07cb54f4fb
This commit is contained in:
parent
553e7062b6
commit
68da7f0c2c
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue