From b78a3b3686ce89243c49b8f62ba0f15ef5811c5c Mon Sep 17 00:00:00 2001 From: s5260822 Date: Thu, 20 Mar 2025 21:47:35 +0100 Subject: [PATCH] changed Plos to parteilos --- src/main/resources/templates/filterForm.ftl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/filterForm.ftl b/src/main/resources/templates/filterForm.ftl index 5f9c2bf..3341807 100644 --- a/src/main/resources/templates/filterForm.ftl +++ b/src/main/resources/templates/filterForm.ftl @@ -9,7 +9,11 @@ <#-- Iterate over the parties list and create an option for each one --> <#list parties as party> - + <#if party == "Plos"> + + <#else> + +