From 7d21a284cd34adfcf3a2cdffa4b7ea7055f5ef7b Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 23 Oct 2021 10:39:16 -0700 Subject: [PATCH] Use href to go back to index page --- src/web/templates/drives.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/templates/drives.html b/src/web/templates/drives.html index d3698c06..3217ed53 100644 --- a/src/web/templates/drives.html +++ b/src/web/templates/drives.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -

Cancel

+

Cancel

Disclaimer

These device profiles are provided as-is with no guarantee to work on the systems mentioned. You may need appropirate device drivers and/or configuration parameters. If you have improvement suggestions or success stories to share we would love to hear from you, so please connect with us at GitHub or Discord!

Hard Drives

@@ -136,6 +136,6 @@

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

-

Cancel

+

Cancel

{% endblock %}