Fix překlepu a staré url
This commit is contained in:
parent
fb9da65c00
commit
f5871457c9
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@
|
|||
<h2>Ročník {{ rocnik }}</h2>
|
||||
<ul>
|
||||
{% for tema in temata %}
|
||||
<li><a href="{{ tema.verejne_utl }}"> {{ tema.kod_v_rocniku }}: {{ tema.nazev }} </a></li>
|
||||
<li><a href="{{ tema.verejne_url }}"> {{ tema.kod_v_rocniku }}: {{ tema.nazev }} </a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue