From f2b74046dd68e85e00aca4af56ec8d42cabb3bab Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 13 Feb 2023 13:20:57 -0800 Subject: [PATCH] Add noscript tag with notice when JavaScript is off (#1091) --- python/web/src/templates/upload.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/web/src/templates/upload.html b/python/web/src/templates/upload.html index c76aecb0..533e9ac9 100644 --- a/python/web/src/templates/upload.html +++ b/python/web/src/templates/upload.html @@ -54,4 +54,6 @@ } + + {% endblock content %}