10 lines
220 B
HTML
10 lines
220 B
HTML
{% extends "seminar/archiv/base.html" %}
|
|
|
|
{% block menu_archiv %}selected{% endblock %}
|
|
|
|
{% block submenu %}
|
|
{% with "ulohy" as selected %}
|
|
{% include "seminar/archiv/submenu.html" %}
|
|
{% endwith %}
|
|
{% endblock %}
|
|
|