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

12 lines
324 B
HTML

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