新增:打包编译功能
This commit is contained in:
8
backend/templates/rest_framework/inline/checkbox.html
Normal file
8
backend/templates/rest_framework/inline/checkbox.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="form-group {% if field.errors %}has-error{% endif %}">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" name="{{ field.name }}" value="true" {% if field.value %}checked{% endif %}>
|
||||
{% if field.label %}{{ field.label }}{% endif %}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user