Detailní výsledkovka (fix html id)

This commit is contained in:
Jonas Havelka 2021-02-23 21:43:04 +01:00
parent fe1cc4ac39
commit aabc4b1dad

View file

@ -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 %}