From 10b143193b2b91adab37f048e4e4791a2a42eb4e Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 Jan 2026 19:22:31 +0900 Subject: [PATCH] Make non-reusable files also deleteable without downloading at all times --- templates/dashboard.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 26790ab..3855aea 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -98,9 +98,7 @@ {% endif %} - {% if file.reusable %} Delete - {% endif %} {% endfor %}