Title pro zadání/výsledky
This commit is contained in:
parent
4e76dd3e44
commit
b43eee735c
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,13 @@
|
|||
|
||||
{% block content %}
|
||||
{% with nastaveni.aktualni_rocnik as rocnik %}
|
||||
<h2>Výsledky</h2>
|
||||
|
||||
<h2>
|
||||
{% block nadpis1a %}{% block nadpis1b %}
|
||||
Výsledky
|
||||
{% endblock %}{% endblock %}
|
||||
</h2>
|
||||
|
||||
{% if vysledkovka %}
|
||||
{% include "seminar/vysledkovka_rocnik.html" %}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue