mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge f4157ccb9d
into 8f6173cd8a
This commit is contained in:
commit
76daecf738
|
@ -6,6 +6,7 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="col-sm-10">
|
||||
<input type="hidden" name="{{ field.name }}" value="false">
|
||||
<input type="checkbox" name="{{ field.name }}" value="true" {% if field.value %}checked{% endif %}>
|
||||
|
||||
{% if field.errors %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user