Skip to content
Snippets Groups Projects
Commit a37893ce authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

minor bug fix

parent b96692f8
No related branches found
No related tags found
1 merge request!43Master
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment