diff --git a/elections2021/templates/elections2021/elections2021_questions_page.html b/elections2021/templates/elections2021/elections2021_questions_page.html
index 31e9b7dfaa2ab34b3c2bb08441fef3c3c51f8f9e..6322d663a8d037e21aa1624f12bf4379645552c6 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 %}