Skip to content
Snippets Groups Projects

Stav "opraveno"

Merged Martin Mareš requested to merge mj-opraveno into devel
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -14,7 +14,7 @@
{% endblock %}
{% block pretitle %}
{% if contest.state in [RoundState.grading, RoundState.closed] %}
{% if contest.state in [RoundState.grading, RoundState.graded, RoundState.closed] %}
<div class="btn-group pull-right">
<a class="btn btn-default" href="{{ ctx.url_for('org_score') }}">Výsledky {{ round.get_level().name_genitive() }}</a>
<a class="btn btn-default" href="{{ ctx.url_for('org_score', ct_id=None) }}">Výsledky kola</a>
Loading