diff --git a/mamweb/templates/flatpages/default.html b/mamweb/templates/flatpages/default.html index 3adf4eb6..859c0c89 100644 --- a/mamweb/templates/flatpages/default.html +++ b/mamweb/templates/flatpages/default.html @@ -47,11 +47,7 @@ {% endif %} {# zadani #} {% if "/zadani/" in flatpage.url %} - {% if "/ulohy/" in flatpage.url %} - {% with "ulohy" as selected %} - {% include "seminar/zadani/submenu.html" %} - {% endwith %} - {% elif "/aktualni-cislo/" in flatpage.url %} + {% if "/aktualni-cislo/" in flatpage.url %} {% with "aktualni-cislo" as selected %} {% include "seminar/zadani/submenu.html" %} {% endwith %} diff --git a/seminar/templates/seminar/zadani/submenu.html b/seminar/templates/seminar/zadani/submenu.html index 1ff532ab..7436c85c 100644 --- a/seminar/templates/seminar/zadani/submenu.html +++ b/seminar/templates/seminar/zadani/submenu.html @@ -2,7 +2,6 @@