changed Plos to parteilos
This commit is contained in:
parent
b20cee59fe
commit
b78a3b3686
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue