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

Šablona pro kolo: za "Část" nemá být dvojtečka

parent 16bc2bbc
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<tr><td>Ročník<td>{{ round.year }}
<tr><td>Kategorie<td>{{ round.category }}
<tr><td>Pořadí<td>{{ round.seq }}
{% if round.part > 0 %}<tr><td>Část:<td>{{ round.part_code() }}{% endif %}
{% if round.part > 0 %}<tr><td>Část<td>{{ round.part_code() }}{% endif %}
<tr><td>Oblast<td>{{ level_names[round.level] }}
<tr><td>Vaše role<td>{% if g.user.is_admin %}správce{% elif roles %}{{ roles|join(", ") }}{% else %}–{% endif %}
{% if group_rounds|length > 1 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment