From 5191980bd4e71a403ae3c6e6603927f2eda2f50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Sat, 15 May 2021 03:04:35 +0200 Subject: [PATCH] elections2021: Fix questions --- .../templates/elections2021/elections2021_questions_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections2021/templates/elections2021/elections2021_questions_page.html b/elections2021/templates/elections2021/elections2021_questions_page.html index 31e9b7df..6322d663 100644 --- a/elections2021/templates/elections2021/elections2021_questions_page.html +++ b/elections2021/templates/elections2021/elections2021_questions_page.html @@ -29,7 +29,7 @@ {% endif %} {% if page.elections %} - <div id="faq_elections" class="space-y-1 faq-accordeon hidden"> + <div id="faq_elections" class="space-y-1 faq-accordeon {% if page.myths %}hidden{% endif %}"> {% for block in page.elections %} {% include_block block %} {% endfor %} -- GitLab