fix: remove and replace old form functions

This commit is contained in:
James Cole
2023-06-04 10:09:45 +02:00
parent a4f9a6fd42
commit 0438fb5a2e
15 changed files with 40 additions and 230 deletions

View File

@@ -10,7 +10,7 @@
<div class="{% if options.small %}col-sm-4{% else %}col-sm-8{% endif %}">
<div class="checkbox">
<label>
{{ Form.checkbox(name, value, options.checked, options) }}
{{ Html.checkbox(name, options.checked, value) }}
</label>
</div>
{% include 'form.help' %}