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 %}