diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index d71c67cf45848c63fb03d629d021b6871f9114af..c0b3dbe885ca9971055fd7ae50609b02e9fdb45f 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -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 %}