Fix hint text for list entry being rendered twice

The better place for it, semantically, is inside the legend.
This commit is contained in:
Chris Hill-Scott
2019-03-06 15:35:24 +00:00
parent 2916a3fea2
commit b8888aa408

View File

@@ -24,11 +24,6 @@
{% endif %}
</label>
</legend>
{% if hint %}
<span class="hint">
{{ hint }}
</span>
{% endif %}
<div class="input-list" data-module="list-entry" data-list-item-name="{{ item_name }}" id="list-entry-{{ field.name }}">
{% for index in range(0, field.entries|length) %}
<div class="list-entry">