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 %}