changed Plos to parteilos

This commit is contained in:
s5260822 2025-03-20 21:47:35 +01:00
parent b20cee59fe
commit b78a3b3686

View file

@ -9,7 +9,11 @@
<option value="">Partei/Fraktion</option>
<#-- Iterate over the parties list and create an option for each one -->
<#list parties as party>
<option value="${party}">${party}</option>
<#if party == "Plos">
<option value="${party}" selected>Parteilos</option>
<#else>
<option value="${party}">${party}</option>
</#if>
</#list>
</select>
</#if>