mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
fix: replace deprecated package
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% if account in selected or (selected|length == 0 and options.select_all == true) %}
|
||||
{{ Html.checkbox(name~'[]',true).id(id) }}
|
||||
{% else %}
|
||||
{{ Form.checkbox(name~'[]',false).id(id) }}
|
||||
{{ Html.checkbox(name~'[]',false).id(id) }}
|
||||
{% endif %}
|
||||
{{ account|escape }}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user