diff --git a/elections2021/templates/elections2021/elections2021_myth_page.html b/elections2021/templates/elections2021/elections2021_myth_page.html index 7ddf3b488343cc184a4e18cb347f62e4d6698de0..52dc63f77237f26fe4b10c0ba9531dd7e31269f3 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 %}