Zapomenuté změny
This commit is contained in:
parent
25313cb3f3
commit
871008c6bf
1 changed files with 6 additions and 2 deletions
|
@ -3,10 +3,14 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% block nadpis1 %} Archiv témat {% endblock %}</h2>
|
<h2>{% block nadpis1 %} Archiv témat {% endblock %}</h2>
|
||||||
|
|
||||||
|
{% for d in object_list %}
|
||||||
|
<h3>{{ d.rocnik }}. ročník</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for tema in object_list %}
|
{% for tema in d.temata %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ tema.verejne_url }}">{{ tema.kod_v_rocniku }}: {{ tema.nazev }}</a>
|
<a href="{{ tema.verejne_url }}">{{ tema.kod_v_rocniku }}: {{ tema.nazev }}</a>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in a new issue