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

Kolo: Přehlednější výpis stavů soutěží (oddělujeme lomítkem)

parent 011e9956
Branches
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@
{% else %}
<td><a href='{{ ctx.url_for('org_round', hier_id=rs.region.place_id) }}'>{{ rs.region.name }}</a>
<td>{{ rs.num_contests }}
<td>{% for s in rs.contest_states %}<span class='rstate-{{s.name}}'>{{ s.friendly_name() }}</span> {% endfor %}
<td>{% for s in rs.contest_states %}{% if not loop.first %} / {% endif %}<span class='rstate-{{s.name}}'>{{ s.friendly_name() }}</span>{% endfor %}
{% endif %}
<td>{{ rs.num_active_pants }}
<td>{{ rs.num_unconfirmed_pants }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment