Bc. Petr Pecha
9 years ago
11 changed files with 42 additions and 12 deletions
@ -1,6 +1,4 @@ |
|||
{% extends "base.html" %} |
|||
|
|||
{% block submenu %} |
|||
{% include "seminar/archiv/submenu.html" %} |
|||
{% endblock %} |
|||
{% block menu_archiv %}selected{% endblock %} |
|||
|
|||
|
@ -0,0 +1,8 @@ |
|||
{% extends "seminar/archiv/base.html" %} |
|||
|
|||
{% block submenu %} |
|||
{% with "cisla" as selected %} |
|||
{% include "seminar/archiv/submenu.html" %} |
|||
{% endwith %} |
|||
{% endblock %} |
|||
|
@ -0,0 +1,8 @@ |
|||
{% extends "seminar/archiv/base.html" %} |
|||
|
|||
{% block submenu %} |
|||
{% with "temata" as selected %} |
|||
{% include "seminar/archiv/submenu.html" %} |
|||
{% endwith %} |
|||
{% endblock %} |
|||
|
@ -0,0 +1,10 @@ |
|||
{% extends "seminar/archiv/base.html" %} |
|||
|
|||
{% block menu_archiv %}selected{% endblock %} |
|||
|
|||
{% block submenu %} |
|||
{% with "ulohy" as selected %} |
|||
{% include "seminar/archiv/submenu.html" %} |
|||
{% endwith %} |
|||
{% endblock %} |
|||
|
Loading…
Reference in new issue