diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html index 5bccc349e04876f6448c83a07e4f3edbc1b9ac81..055c5759630b3bdd580128e437bfbfb4dbb6c2d8 100644 --- a/mo/web/templates/org_round.html +++ b/mo/web/templates/org_round.html @@ -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 }}