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

Správa soutěže: Poznámka "(tato soutěž)" u aktuální soutěže skupiny

Stejně to už je udělané u kol.
parent 3ef655c6
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
{% for c in group_contests %}
{% if c == contest %}<i>{% else %}<a href="{{ url_for('org_contest', id=c.contest_id) }}">{% endif %}
{{ c.round.round_code() }}: {% if site %}soutěžní místo {{ site.name }}{% else %}{{ contest.place.name }}{% endif %}
{% if c == contest %}</i>{% else %}</a>{% endif %}<br>
{% if c == contest %} (tato soutěž)</i>{% else %}</a>{% endif %}<br>
{% endfor %}
{% endif %}
<tr><td>Zadání<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment