probably fix non-multiple hidden label fields
This commit is contained in:
parent
7faabb912a
commit
bf392eb2c7
1 changed files with 3 additions and 5 deletions
|
@ -68,11 +68,9 @@
|
|||
{% import _self as helpers %}
|
||||
|
||||
{% if label_hidden %}
|
||||
{% if multiple %}
|
||||
{% for item in items %}
|
||||
{{ item.content}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% for item in items %}
|
||||
{{ item.content}}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div{{ attributes }}>
|
||||
<div{{ title_attributes }}>{{ label }}</div>
|
||||
|
|
Loading…
Reference in a new issue