Bugfix
This commit is contained in:
parent
972ac750f5
commit
cbfa0814b9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
{% for problem in temata %}
|
||||
{# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #}
|
||||
<a href="{{problem.verejne_url}}"><h3>Téma {{problem.kod}}: {{problem.nazev}}</h3></a>
|
||||
<a name="t{{problem.kod}}/>
|
||||
<a name="t{{problem.kod}}" />
|
||||
{% autoescape off %}{{problem.text_zadani}}{% endautoescape %}
|
||||
<hr>
|
||||
{% empty %}
|
||||
|
|
Loading…
Reference in a new issue