From 7207043e2faf4645db41148eb5449f2e35f866ab Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 24 Oct 2022 02:05:29 +0100 Subject: [PATCH] update form action (create-snapshot-download) /danger/snapshots.html I've changed the approach to how users deal with downloading Snapshots. Instead of re-implementing the functionality for downloading files in the /storage section of the site, the user now prep's the Snapshots (zips them up) and moves them to the /storage/media directory. From there, users can download the zipped file and I haven't had to re-implement or write additional code. --- templates/danger/snapshots.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html index 28ba753..2fcfbe7 100644 --- a/templates/danger/snapshots.html +++ b/templates/danger/snapshots.html @@ -38,7 +38,7 @@ {% for item in snapshots %}
Download Snapshot {{item}} + src="/images/icons/transfer.png">