From 0cd6bda6a87a31ee42237634b2dd3104bd81bd54 Mon Sep 17 00:00:00 2001
From: Reid D McKenzie <me@arrdem.com>
Date: Fri, 7 Feb 2025 23:59:52 -0700
Subject: [PATCH] Remove unused download link

---
 projects/tentacles/src/tentacles/templates/files_list.html.j2 | 1 -
 1 file changed, 1 deletion(-)

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>