新增:打包编译功能
This commit is contained in:
9
backend/templates/rest_framework/inline/dict_field.html
Normal file
9
backend/templates/rest_framework/inline/dict_field.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="form-group">
|
||||
{% if field.label %}
|
||||
<label class="sr-only">
|
||||
{{ field.label }}
|
||||
</label>
|
||||
{% endif %}
|
||||
|
||||
<p class="form-control-static">Dictionaries are not currently supported in HTML input.</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user