django-vue3-admin-backend/templates/rest_framework/vertical/list_fieldset.html
2025-10-20 21:30:27 +08:00

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>