Fix překlepu a staré url

This commit is contained in:
Jonas Havelka 2020-07-02 14:42:12 +02:00
parent fb9da65c00
commit f5871457c9
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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 %}