From 144d1f768b57c2895a57c91d7eb8ed889e1b1f04 Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 16 Apr 2026 11:57:46 +0200 Subject: [PATCH] Add select/deselect all functionality --- server/templates/my_cases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/server/templates/my_cases.html b/server/templates/my_cases.html index 663e7dd..8166ea9 100644 --- a/server/templates/my_cases.html +++ b/server/templates/my_cases.html @@ -85,6 +85,7 @@ section h2 { font-size: 1.1em; color: #555; border-bottom: 1px solid #ddd; paddi {% endfor %}
Auswahl: + {% if is_admin %}{% endif %}