Matěj Kocián
9 years ago
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
{% extends "seminar/archiv/base.html" %} |
|||
|
|||
{% block content %} |
|||
<h2>{% block nadpis1 %} Archiv témat {% endblock %}</h2> |
|||
|
|||
<ul> |
|||
{% for tema in object_list %} |
|||
<li> |
|||
<a href="{{ tema.verejne_url }}">{{ tema.kod_v_rocniku }}: {{ tema.nazev }}</a> |
|||
{% endfor %} |
|||
|
|||
{% endblock content %} |
Loading…
Reference in new issue