Skip to content
Snippets Groups Projects

Sazba diplomů

Compare and Show latest version
9 files
+ 179
72
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -59,7 +59,7 @@
{% endif %}
{% if state in [RoundState.grading, RoundState.graded, RoundState.closed] %}
<tr><td>Oficiální výsledková listina<td>
{% if contest.master.scoretable %}<a href="{{ ctx.url_for('org_score_snapshot', scoretable_id=contest.master.scoretable_id) }}">Zveřejněna</a>
{% if contest.master.scoretable %}<a href="{{ ctx.url_for('org_score_snapshot', scoretable_id=contest.master.scoretable_id) }}">zveřejněna</a>
{% else %}<i>zatím není</i>{% endif %}
{% endif %}
</table>
Loading