diff --git a/elections2021/constants.py b/elections2021/constants.py index e92451d8186e694f6aecb0e553230ace51e89fd4..e05e449fbde76e9186cf3c63cec9867b610660d2 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 a7bd2a0d656a1a2227152b1789c3895052bf2820..f1b7f4b57bf8db0eb8179aab46aa5b862b2e722e 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>