Restore output of fields with non-hidden label

This commit is contained in:
benjamin melançon 2018-10-26 00:58:16 -04:00
parent b7ffd9a059
commit 7faabb912a

View file

@ -61,6 +61,8 @@
%}
{% if use_item_wrapper %}
<div{{ item.attributes }}>{{ item.content }}</div>
{% else %}
{{ item.content }}
{% endif %}
{% endmacro render_item %}
{% import _self as helpers %}