Skip to content
Snippets Groups Projects
Commit 211ab155 authored by Jan Prachař's avatar Jan Prachař
Browse files

org_contest: Tlačítko Přidat účastníka i na stránce soutěžního místa

parent 696ba109
Branches
No related tags found
No related merge requests found
......@@ -131,13 +131,15 @@
{% if can_view_contestants %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_generic_list') }}'><span class="glyphicon glyphicon-check"></span> Seznam</a>
{% endif %}
{% if not site and can_manage %}
{% if can_manage %}
<a class="btn btn-default" href="{{ ctx.url_for('org_contest_add_user') }}"><span class="glyphicon glyphicon-plus-sign"></span> Přidat</a>
{% if state != RoundState.closed and round.seq > 1 %}
{% if not site and state != RoundState.closed and round.seq > 1 %}
<a class="btn btn-default" href='{{ ctx.url_for('org_contest_advance') }}'><span class="glyphicon glyphicon-circle-arrow-up"></span> Postup z minulého kola</a>
{% endif %}
{% if not site %}
<a class="btn btn-default" href='{{ ctx.url_for('org_generic_import') }}'><span class="glyphicon glyphicon-import"></span> Importovat CSV</a>
{% endif %}
{% endif %}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment