diff --git a/templates/status.html b/templates/status.html index f6cae5a523ce7b666eba2648a77e1ad21d4f011a..75b82ffb4c797853f48a9ed9c693b4b664538de7 100644 --- a/templates/status.html +++ b/templates/status.html @@ -15,7 +15,7 @@ <label for="include_participants">Participants ({{ participants | length }})</label> <input type="checkbox" class="type_filter" id="include_voting_only" value="voting_only_group" checked="checked" /> <label for="include_voting_only">Voting-only members ({{ votingOnly | length }})</label> - <input type="checkbox" class="type_filter" id="include_invited" value="invited_group" checked="checked" /> + <input type="checkbox" class="type_filter" id="invited_for_declaration_signing" value="invited_for_declaration_signing_group" checked="checked" /> <label for="include_candidates">In signing ({{ invitedForSigning | length }})</label> <input type="checkbox" class="type_filter" id="include_candidates" value="candidates_group" checked="checked" /> <label for="include_candidates">Candidates ({{ candidates | length }})</label>