From e4cc1e78ab7f1f23a392f9ff3b54893be2e8190f Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Tue, 29 Apr 2025 23:25:03 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20wording=20for=20fu=C3=A4ss=20in=20overvi?= =?UTF-8?q?ew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs #22 --- web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/index.html b/web/templates/index.html index f83ed582..701f40c6 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -118,7 +118,7 @@
-

Führungsassistent: {% if event.voluntary_fuehrungsassistent %}FF{% else %}BF{% endif %}

+

Führungsassistent: {% if event.voluntary_fuehrungsassistent %}FF{% else %}keiner{% endif %}

@@ -147,7 +147,7 @@ {% if let Some(fa) = fuehrungsassistent %}
-

fuehrungsassistent geplant: {{ fa }}

+

Führungsassistent geplant: {{ fa }}

{% endif %}