10 lines
222 B
HTML
10 lines
222 B
HTML
<fieldset>
|
|
{% if field.label %}
|
|
<legend {% if style.hide_label %}class="sr-only"{% endif %}>
|
|
{{ field.label }}
|
|
</legend>
|
|
{% endif %}
|
|
|
|
<p>Lists are not currently supported in HTML input.</p>
|
|
</fieldset>
|