Přidán forcyklus iterující přes tagy

This commit is contained in:
Matej Lieskovsky 2015-09-13 19:56:45 +02:00
parent bd8c671b00
commit 762329b79d

View file

@ -30,7 +30,9 @@
{% if not sada %}-->{% endif %}
{# publikace jednotlivych zadani #}
{% for problem in sada %}
<a name="{{problem.zamereni}}"></a>
{% for tag in proble.zamereni %}
<a name="{{tag}}"></a>
{% endfor %}
{# 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 %}