Skip to content
Snippets Groups Projects

Nastavení kol a úloh

Merged
Jiří Setničkarequested to merge
jirka/manage_round into devel
1 open thread
4 files
+ 74
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -18,9 +18,12 @@
<div class="btn-group">
{% if can_manage %}
{% if can_manage_contestants %}
<a class="btn btn-primary" href='{{ url_for('org_round_import', id=round.round_id) }}'>Importovat účastníky</a>
{% endif %}
{% if can_manage_round %}
<a class="btn btn-primary" href='{{ url_for('org_round_edit', id=round.round_id) }}'>Editovat nastavení kola</a>
{% endif %}
</div>
<h3>Soutěže</h3>
Loading