Skip to content
Snippets Groups Projects
Commit 6fbda24a authored by Martin Mareš's avatar Martin Mareš
Browse files

Oprava bugu v šabloně

parent 62a0b6c9
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</thead> </thead>
{% for r in rounds %} {% for r in rounds %}
<tr> <tr>
<td><a href='{{ url_for('org_contest_round', id=r.round_id) }}'>{{ r.round_code() }}</a> <td><a href='{{ url_for('org_round', id=r.round_id) }}'>{{ r.round_code() }}</a>
<td>{{ r.year }} <td>{{ r.year }}
<td>{{ r.category }} <td>{{ r.category }}
<td>{{ r.seq }} <td>{{ r.seq }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment