„.len“ v templatu na „| length“
This commit is contained in:
parent
e6145b090a
commit
c2b53f5cc5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
{# TODELETE #}
|
{# TODELETE #}
|
||||||
{% for podproblemy in podproblemy_iter.next %}
|
{% for podproblemy in podproblemy_iter.next %}
|
||||||
<th class='border-r podproblem{{ problemy.len }} podproblem'>{# <a href="{{ podproblemy.verejne_url }}"> #}{{ podproblemy.kod_v_rocniku }}{# </a> #}
|
<th class='border-r podproblem{{ problemy | length }} podproblem'>{# <a href="{{ podproblemy.verejne_url }}"> #}{{ podproblemy.kod_v_rocniku }}{# </a> #}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{# TODELETE #}
|
{# TODELETE #}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue