From 98cfceefd4c6afb222790934fc8f67eb59ff3623 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 20 Sep 2021 18:57:14 -0700 Subject: [PATCH] Add Cancel link on the bottom of the page as well --- src/web/templates/drives.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/templates/drives.html b/src/web/templates/drives.html index 85418b1d..8bc38f61 100644 --- a/src/web/templates/drives.html +++ b/src/web/templates/drives.html @@ -136,5 +136,6 @@

Available disk space on the Pi: {{free_disk}} MB

+

Cancel

{% endblock %}