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 %}
|
||||
<h2>{% block nadpis1 %} Archiv témat {% endblock %}</h2>
|
||||
|
||||
{% for d in object_list %}
|
||||
<h3>{{ d.rocnik }}. ročník</h3>
|
||||
<ul>
|
||||
{% for tema in object_list %}
|
||||
<li>
|
||||
{% for tema in d.temata %}
|
||||
<li>
|
||||
<a href="{{ tema.verejne_url }}">{{ tema.kod_v_rocniku }}: {{ tema.nazev }}</a>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue