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

Tlačítko Nahrát ZIP budiž všude bílé

Předtím bylo u kola bílé, zatímco u soutěže modré.
parent a41c9ff8
No related branches found
No related tags found
1 merge request!134Prázdné protokoly
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
<a class="btn btn-xs btn-primary" href="{{ ctx.url_for('org_generic_batch_download', task_id=task.task_id) }}">Stáhnout ZIP</a> <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 %} {% endif %}
{% if can_upload %} {% if can_upload %}
<a class="btn btn-xs btn-primary" href="{{ ctx.url_for('org_generic_batch_upload', task_id=task.task_id) }}">Nahrát ZIP</a> <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 %} {% endif %}
{% if can_upload %} {% if can_upload %}
<a class="btn btn-xs btn-default" href="{{ ctx.url_for('org_generic_batch_points', task_id=task.task_id) }}">Nahrát body</a> <a class="btn btn-xs btn-default" href="{{ ctx.url_for('org_generic_batch_points', task_id=task.task_id) }}">Nahrát body</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment