From 39a8e02351662c9a656e3a48561a8ffcdda25a8b 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 22:20:43 +0200 Subject: [PATCH] elections2021: Update export --- .../elections2021/export_program_point_fancy.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/elections2021/templates/elections2021/export_program_point_fancy.html b/elections2021/templates/elections2021/export_program_point_fancy.html index 6f84f545..67f8f0df 100644 --- a/elections2021/templates/elections2021/export_program_point_fancy.html +++ b/elections2021/templates/elections2021/export_program_point_fancy.html @@ -18,12 +18,12 @@ </h2> </div> + {% comment %} <div class="px-4 py-4 bg-acidgreen" style="display:inline-block;"> <div style="font-family: 'Bebas Neue';">Obsah</div> </div> <div style="padding-left: 2rem;border-left:1px solid #ccc;"> <br><br> - <div class="contentsrow"> <a href="#takhle-to-dal-nejde">Takhle to dál nejde</a> <div class="contentsline"></div> @@ -69,8 +69,9 @@ <div class="contentsline"></div> <a class="contentsnum" href="#zdroje"></a> </div> - </div> + {% endcomment %} + </div> </div> @@ -106,7 +107,7 @@ <div class="problem-pack"> <section class="program-detail-problem-solution mb-20"> <div class="ideal-inner content-block text-center"> - <h2 class="head-alt-sm md:head-alt-md mb-9" style="margin-top:50mm; font-size: 36pt;">Ideál</h2> + <h2 class="head-alt-sm md:head-alt-md mb-9" style="margin-top:50mm; font-size: 36pt;">Naše vize</h2> <div class="font-alt" style="font-size: 20pt; max-width: 160mm; margin-left:auto; margin-right: auto;"> {{ page.ideal|richtext|format_sources }} </div> -- GitLab