From c08e5431a30e97ce27743694ca9229c363885f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 8 Sep 2021 11:35:31 +0200 Subject: [PATCH] elections2021: Calendar update --- .../elections2021/elections2021_calendar_page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elections2021/templates/elections2021/elections2021_calendar_page.html b/elections2021/templates/elections2021/elections2021_calendar_page.html index 4c7359c5..d841cf85 100644 --- a/elections2021/templates/elections2021/elections2021_calendar_page.html +++ b/elections2021/templates/elections2021/elections2021_calendar_page.html @@ -48,10 +48,10 @@ <a href="?region={{request.GET.region|urlencode}}&tag=nanukára" class="font-bold p-1 bg-lemon">zastávka Nanukáry</a>, {% endif %} - {% if request.GET.tag == 'fixlbus' %} - <span class="font-bold p-1 bg-black text-white">Fixlbus s muzeem korupce</span>, + {% if request.GET.tag == 'švindlbus' %} + <span class="font-bold p-1 bg-black text-white">Švindlbus s muzeem korupce</span>, {% else %} - <a href="?region={{request.GET.region|urlencode}}&tag=fixlbus" class="font-bold p-1 bg-lemon">Fixlbus s muzeem korupce</a>, + <a href="?region={{request.GET.region|urlencode}}&tag=švindlbus" class="font-bold p-1 bg-lemon">Švindlbus s muzeem korupce</a>, {% endif %} {% if request.GET.tag == 'stříbrnýšíp' %} -- GitLab