Browse Source

Merge branch 'master' of 195.113.26.193:/akce/MaM/MaMweb/mamweb

remotes/origin/vyslbez12 deploy-prod-2015-09-12-15-53-xlfd
Jethro 9 years ago
parent
commit
503e7abef4
  1. 1
      seminar/templates/seminar/archiv/submenu.html

1
seminar/templates/seminar/archiv/submenu.html

@ -4,6 +4,7 @@
<li class="{% if selected == "cisla" %}selected{% endif %}"><a href="{{cesta}}/cisla/">Čísla</a>
<li class="{% if selected == "temata" %}selected{% endif %}"><a href="{{cesta}}/temata/">Témata</a>
<li class="{% if selected == "ulohy" %}selected{% endif %}"><a href="{{cesta}}/ulohy/">Úlohy</a>
<li class="{% if selected == "vysledky" %}selected{% endif %}"><a href="{{cesta}}/vysledky/">Výsledkové listiny</a>
</ul>
{% endwith %}

Loading…
Cancel
Save