refactor: required fuehrungsassistent

This commit is contained in:
Max Hohlfeld 2025-06-04 16:01:05 +02:00
parent 301a7a8af8
commit c1f31fff7c
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@
<div class="field is-horizontal">
<div class="field-label">
<label class="label">Führungsassistent durch FF gestellt?</label>
<label class="label">Führungsassistent benötigt?</label>
</div>
<div class="field-body">
<div class="field is-narrow">

View File

@ -31,7 +31,7 @@
</div>
<div class="cell">
<p><b>Führungsassistent:</b> {% if event.voluntary_fuehrungsassistent %}FF{% else %}BF{% endif %}</p>
<p><b>Führungsassistent benötigt:</b> {% if event.voluntary_fuehrungsassistent %}ja{% else %}nein{% endif %}</p>
</div>
<div class="cell is-col-span-2">

View File

@ -165,7 +165,7 @@
</div>
<div class="cell">
<p><b>Führungsassistent:</b> {% if event.voluntary_fuehrungsassistent %}FF{% else %}keiner{% endif %}</p>
<p><b>Führungsassistent benötigt:</b> {% if event.voluntary_fuehrungsassistent %}ja{% else %}nein{% endif %}</p>
</div>
<div class="cell is-col-span-2">