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

Oprava zobrazování tlačítka Nahrát ZIP

Používá se nejen na nahrávání řešení, ale i oprav.
parent 45d3e407
Branches
No related tags found
1 merge request!134Prázdné protokoly
......@@ -173,7 +173,7 @@
{% if can_view_submits %}
<a class="btn btn-xs btn-primary" href="{{ ctx.url_for('org_generic_batch_download', task_id=task.task_id) }}">Stáhnout ZIP</a>
{% endif %}
{% if can_upload_solutions %}
{% if can_upload_anything %}
<a class='btn btn-xs btn-default' href="{{ ctx.url_for('org_generic_batch_upload', task_id=task.task_id) }}">Nahrát ZIP</a>
{% endif %}
{% if can_edit_points %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment