mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This commit is contained in:
parent
327b0b4a37
commit
9f0b4564cf
@ -146,7 +146,7 @@
|
||||
<div class="col-sm-10">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
{% if id in frontPageAccounts.data or frontPageAccounts.data|length == 0 %}
|
||||
{% if id in frontPageAccounts or frontPageAccounts|length == 0 %}
|
||||
<input type="checkbox" name="frontPageAccounts[]"
|
||||
value="{{ id }}"
|
||||
checked> {{ name }}
|
||||
|
Loading…
Reference in New Issue
Block a user