From 8ef0a4eff9dc5063069df2bd1b5a4d15691f73e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 22 Jun 2021 01:18:24 +0200
Subject: [PATCH] elections2021: Myth page titles

---
 .../templates/elections2021/elections2021_myth_page.html    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/elections2021/templates/elections2021/elections2021_myth_page.html b/elections2021/templates/elections2021/elections2021_myth_page.html
index 7ddf3b48..52dc63f7 100644
--- a/elections2021/templates/elections2021/elections2021_myth_page.html
+++ b/elections2021/templates/elections2021/elections2021_myth_page.html
@@ -12,19 +12,19 @@
 
     <div class="mb-16 h-full card shadow-none bg-lemon">
       <div class="card__body p-6 sm:p-10">
-        <h1 class="head-alt-md card-headline mb-8">Co ve skutečnosti prosazujeme?</h1>
+        <h1 class="head-alt-md card-headline mb-8">O co usilujeme?</h1>
         <div class="content-block">{{ page.reality|richtext }}</div>
       </div>
     </div>
 
     <div class="mb-20">
-      <h2 class="head-alt-md mb-8">Co se říká?</h2>
+      <h2 class="head-alt-md mb-8">Nevěřte lžím a falešným zprávám!</h2>
       <div class="content-block">{{ page.myth|richtext }}</div>
     </div>
   </article>
 
   {% if page.related_points %}
-    <h2 class="head-alt-md mb-8">Najděte si to v programu</h2>
+    <h2 class="head-alt-md mb-8">Řídíme se tím, co máme v programu!</h2>
     <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
       {% for point in page.related_points %}
         {% include "elections2021/_program_point_block.html" with point=point.value show_archetype_icon=1 %}
-- 
GitLab