Detailní výsledkovka (fix html id)
This commit is contained in:
parent
fe1cc4ac39
commit
aabc4b1dad
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
<th class='border-r'>#
|
||||
<th class='border-r'>Jméno
|
||||
{% for p in problemy %}
|
||||
<th class='border-r' id="problem{{ p.kod_v_rocniku }}"><a href="{{ p.verejne_url }}">{{ p.kod_v_rocniku }}</a>
|
||||
<th class='border-r' id="problem{{ forloop.counter }}"><a href="{{ p.verejne_url }}">{{ p.kod_v_rocniku }}</a>
|
||||
|
||||
{# TODELETE #}
|
||||
{% for podproblemy in podproblemy_iter.next %}
|
||||
|
|
Loading…
Reference in a new issue