From f1fc569f7b78497097b98d28b46ba5f149795f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 19 May 2021 17:08:25 +0200 Subject: [PATCH] elections2021: Updates --- elections2021/constants.py | 2 +- elections2021/templates/elections2021/base.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/elections2021/constants.py b/elections2021/constants.py index e92451d8..e05e449f 100644 --- a/elections2021/constants.py +++ b/elections2021/constants.py @@ -246,7 +246,7 @@ MINISTRY_ARCHETYPES = { BENEFITS = ( # (id, název, pracovnĂ název) - ("1", "Pro mladĂ© a bezdÄ›tnĂ©", "mladĂ a bezdÄ›tnĂ vÄŤetnÄ› studentĹŻ"), + ("1", "Pro mladĂ©", "mladĂ a bezdÄ›tnĂ vÄŤetnÄ› studentĹŻ"), ("2", "Pro rodiny s dÄ›tmi", "rodiny s dÄ›tmi"), ("3", "Pro lidi ve zralĂ©m vÄ›ku", "zralĂ"), ("4", "Pro seniory", "senioĹ™i a dĹŻchodci"), diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html index a7bd2a0d..f1b7f4b5 100644 --- a/elections2021/templates/elections2021/base.html +++ b/elections2021/templates/elections2021/base.html @@ -190,6 +190,7 @@ <ui-footer-collapsible label="OzvÄ›te se"> <ul class="mt-6 space-y-2 text-grey-200 inline-block"> <li>InformaÄŤnĂ linka:</li> + <li class="text-grey-200"><a href="tel:00420703681682">+420 703 681 682</a></li> <li class="text-grey-200"><a href="tel:00420608963111">+420 608 963 111</a></li> <li class="text-grey-200"><a href="mailto:info@piratiastarostove.cz">info@piratiastarostove.cz</a></li> </ul> -- GitLab