Skip to content
Snippets Groups Projects

Sazba diplomů

Compare and Show latest version
2 files
+ 16
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -78,6 +78,12 @@
{% endif %}
{% if ctx.master_round.round_type == RoundType.other %}
<div class="alert alert-danger" role="alert">
Pro tento typ kola zatím neumíme diplomy vydávat.
</div>
{% endif %}
{% if g.user.is_admin %}
<div class="btn-group" role="group">
<a class="btn btn-default" href="{{ log_url('cert_set', contest.contest_id) }}">Historie</a>
Loading