mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Replace frontpageAccounts variable name.
This commit is contained in:
@@ -146,12 +146,12 @@
|
|||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{% if id in frontPageAccounts or frontPageAccounts|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 }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" name="frontPageAccounts[]"
|
<input type="checkbox" name="frontpageAccounts[]"
|
||||||
value="{{ id }}"> {{ name }}
|
value="{{ id }}"> {{ name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</label>
|
</label>
|
||||||
|
Reference in New Issue
Block a user