From 5fdb7c22cc541793fad89a6fc6c74bd80e0c6d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Thu, 2 Sep 2021 16:57:54 +0200 Subject: [PATCH] elections2021: Calendar page filters --- .../elections2021/elections2021_calendar_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elections2021/templates/elections2021/elections2021_calendar_page.html b/elections2021/templates/elections2021/elections2021_calendar_page.html index f24dfd03..4c7359c5 100644 --- a/elections2021/templates/elections2021/elections2021_calendar_page.html +++ b/elections2021/templates/elections2021/elections2021_calendar_page.html @@ -49,9 +49,9 @@ {% endif %} {% if request.GET.tag == 'fixlbus' %} - <span class="font-bold p-1 bg-black text-white">FIxlbus s muzeem korupce</span>, + <span class="font-bold p-1 bg-black text-white">Fixlbus 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=fixlbus" class="font-bold p-1 bg-lemon">Fixlbus s muzeem korupce</a>, {% endif %} {% if request.GET.tag == 'stříbrnýšíp' %} @@ -61,9 +61,9 @@ {% endif %} {% if request.GET.tag == 'vraťmezemibudoucnost' %} - <span class="font-bold p-1 bg-black text-white">vraťme zemi budoucnost</span>? + <span class="font-bold p-1 bg-black text-white">akce Vraťme zemi budoucnost</span>? {% else %} - <a href="?region={{request.GET.region|urlencode}}&tag=vraťmezemibudoucnost" class="font-bold p-1 bg-lemon">vraťme zemi budoucnost</a>? + <a href="?region={{request.GET.region|urlencode}}&tag=vraťmezemibudoucnost" class="font-bold p-1 bg-lemon">akce Vraťme zemi budoucnost</a>? {% endif %} </div> -- GitLab