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

Tabulka řešení úlohy odkazuje na import bodů

parent 866a98b5
Branches
No related tags found
1 merge request!134Prázdné protokoly
......@@ -46,6 +46,9 @@
{% if rights.can_upload_feedback() %}
<a class='btn btn-primary' href="{{ ctx.url_for('org_generic_batch_upload') }}">Nahrát opravená řešení</a>
{% endif %}
{% if edit_points or edit_create %}
<a class="btn btn-default" href="{{ ctx.url_for('org_generic_batch_points', task_id=ctx.task.task_id) }}">Nahrát body</a>
{% endif %}
</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment