From 8bc0445aef877ccfde98128a2587ee38132aaee1 Mon Sep 17 00:00:00 2001 From: Matej Lieskovsky Date: Sat, 12 Sep 2015 16:10:25 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1no=20zv=C3=BDraz=C5=88ov=C3=A1n?= =?UTF-8?q?=C3=AD=20v=C3=BDsledkov=C3=BDch=20listin=20v=20Archivu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/templates/flatpages/default.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mamweb/templates/flatpages/default.html b/mamweb/templates/flatpages/default.html index 859c0c89..ee0cde03 100644 --- a/mamweb/templates/flatpages/default.html +++ b/mamweb/templates/flatpages/default.html @@ -83,6 +83,10 @@ {% with "ulohy" as selected %} {% include "seminar/archiv/submenu.html" %} {% endwith %} + {% elif "/vysledky/" in flatpage.url %} + {% with "vysledky" as selected %} + {% include "seminar/archiv/submenu.html" %} + {% endwith %} {% else %} {% include "seminar/archiv/submenu.html" %} {% endif %}