Bugfix?
This commit is contained in:
parent
8624e9753e
commit
ba796551e8
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}}"></a>
|
||||
{% autoescape off %}{{problem.text_zadani}}{% endautoescape %}
|
||||
<hr>
|
||||
{% empty %}
|
||||
|
|
Loading…
Reference in a new issue