This commit is contained in:
S.Mohammad Emami Razavi 2017-04-18 16:00:04 +00:00 committed by GitHub
commit 76daecf738

View File

@ -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 %}