From 99e13a7fdf3a0d6117efb65336eecf5837972309 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Fri, 14 May 2021 11:21:10 +0200
Subject: [PATCH] elections2021: Hide strategic plans from menu

---
 elections2021/templates/elections2021/base.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index d95f80df..f80023fb 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -78,9 +78,11 @@
                     </ul>
                   </ui-navbar-subtitem>
                 </li>
+                {% comment %}
                 <li class="navbar-menu__item">
                   <a href="#" data-href="#" class="navbar-menu__link">Strategické dokumenty</a>
                 </li>
+                {% endcomment %}
               </ul>
             </div>
             <div class="navbar__actions navbar__section lg:container-padding--auto self-start flex flex-col sm:flex-row lg:flex-col sm:space-x-4 space-y-2 sm:space-y-0 lg:space-y-2 xl:flex-row xl:space-x-2 xl:space-y-0 h-full justify-center">
-- 
GitLab