Fix
This commit is contained in:
parent
41bad3b09d
commit
bd8c671b00
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
{% if not sada %}-->{% endif %}
|
||||
{# publikace jednotlivych zadani #}
|
||||
{% for problem in sada %}
|
||||
<a name={{problem.zamereni}}></a>
|
||||
<a name="{{problem.zamereni}}"></a>
|
||||
{# TODO použít {{problem.kod_v_rocniku}} ? vrací 4.u1 místo 4.1 #}
|
||||
<h4>{{problem.cislo_zadani.cislo}}.{{problem.kod}} {{problem.nazev}} {{ problem.body_v_zavorce }}</h4>
|
||||
{% autoescape off %}{{problem.text_zadani}}{% endautoescape %}
|
||||
|
|
Loading…
Reference in a new issue