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

8 lines
245 B
HTML

<div class="form-group">
{% if field.label %}
<label {% if style.hide_label %}class="sr-only"{% endif %}>{{ field.label }}</label>
{% endif %}
<p class="form-control-static">Lists are not currently supported in HTML input.</p>
</div>