From a614093c32eccadc24d6819e037299dac7bb4b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6hm?= Date: Thu, 14 Oct 2021 12:13:37 +0200 Subject: [PATCH] added hidden to selected options --- templates/layout.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 244ec3d..893f36a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -52,27 +52,27 @@ {{ $region }} {{ "All Regions" }} {{if eq $region "All Regions" -}} - + {{else}} {{- end}} {{if eq $region "North America" -}} - + {{else}} {{- end}} {{if eq $region "Europe" -}} - + {{else}} {{- end}} {{if eq $region "Asia" -}} - + {{else}} {{- end}} {{if eq $region "Australia" -}} - + {{else}} {{- end}}