Skip to content
Snippets Groups Projects

Prázdné protokoly

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 %}
Loading