Dalsi pokus o tag

This commit is contained in:
Matej Lieskovsky 2015-09-13 20:14:01 +02:00
parent c103407266
commit 451cafc4a1

View file

@ -31,7 +31,7 @@
{# publikace jednotlivych zadani #}
{% for problem in sada %}
{% for tag in problem.zamereni %}
<a name="{{tag.name}}"></a>
<a name="{{tag.slug}}"></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>