diff --git a/mamweb/templates/flatpages/default.html b/mamweb/templates/flatpages/default.html index 83beacd7..17b7ab6a 100644 --- a/mamweb/templates/flatpages/default.html +++ b/mamweb/templates/flatpages/default.html @@ -72,6 +72,10 @@ {% with "resitel" as selected %} {% include "seminar/clanky/submenu.html" %} {% endwith %} + {% elif "/jak-psat-vedecky-clanek/" in flatpage.url %} + {% with "jak-psat-vedecky-clanek" as selected %} + {% include "seminar/clanky/submenu.html" %} + {% ednwith %} {% else %} {% include "seminar/clanky/submenu.html" %} {% endif %}