mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
fix: remove and replace old form functions
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user