James Cole 2023-12-19 20:06:40 +01:00
parent 327b0b4a37
commit 9f0b4564cf
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -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 }}