mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{% if id in frontPageAccounts.data or frontPageAccounts.data|length == 0 %}
|
{% if id in frontPageAccounts or frontPageAccounts|length == 0 %}
|
||||||
<input type="checkbox" name="frontPageAccounts[]"
|
<input type="checkbox" name="frontPageAccounts[]"
|
||||||
value="{{ id }}"
|
value="{{ id }}"
|
||||||
checked> {{ name }}
|
checked> {{ name }}
|
||||||
|
Reference in New Issue
Block a user