Browse Source

Přidáno zvýrazňování výsledkových listin v Archivu

remotes/origin/vyslbez12
Matej Lieskovsky 9 years ago
parent
commit
8bc0445aef
  1. 4
      mamweb/templates/flatpages/default.html

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

Loading…
Cancel
Save