Skip to content
Snippets Groups Projects
Commit fcab8b9b authored by Martin Mareš's avatar Martin Mareš
Browse files

Stránka soutěže: Tlačítko s přímým odkazem na editaci bodů

parent f0596e2a
Branches
No related tags found
No related merge requests found
...@@ -72,6 +72,9 @@ ...@@ -72,6 +72,9 @@
{% if can_view_submits and state != RoundState.preparing %} {% if can_view_submits and state != RoundState.preparing %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_contest_solutions') }}'>Odevzdaná řešení</a> <a class="btn btn-primary" href='{{ ctx.url_for('org_contest_solutions') }}'>Odevzdaná řešení</a>
{% endif %} {% endif %}
{% if can_edit_points and state != RoundState.preparing %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_contest_solutions_edit') }}'>Zadat body</a>
{% endif %}
{% if not site and can_manage %} {% if not site and can_manage %}
<a class="btn btn-default" href="{{ ctx.url_for('org_contest_add_user') }}">Přidat účastníka</a> <a class="btn btn-default" href="{{ ctx.url_for('org_contest_add_user') }}">Přidat účastníka</a>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment