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