diff --git a/projects/tentacles/src/tentacles/templates/files_list.html.j2 b/projects/tentacles/src/tentacles/templates/files_list.html.j2
index 229bc22..724c1c3 100644
--- a/projects/tentacles/src/tentacles/templates/files_list.html.j2
+++ b/projects/tentacles/src/tentacles/templates/files_list.html.j2
@@ -25,7 +25,6 @@
     {% endif %}
   </div>
   <div class="controls u-flex u-ml-auto u-mv-auto">
-    {{ macros.download_file(file.id) }}
     {{ macros.start_job(file) }}
     {{ macros.delete_file(file.id) }}
   </div>