From a37893ce6af39642c856e508f4a4d3f4f06321f6 Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Mon, 31 Mar 2025 12:08:27 +0200
Subject: [PATCH] minor bug fix

---
 templates/status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/status.html b/templates/status.html
index f6cae5a..75b82ff 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>
-- 
GitLab