From 014b84ec226b8a98d1aa5cfa54a847e6eae6030f Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 4 Oct 2025 16:38:40 -0700 Subject: Allow http multipart upload --- templates/login.html.template | 1 + templates/upload.html.template | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 templates/upload.html.template (limited to 'templates') diff --git a/templates/login.html.template b/templates/login.html.template index 0cf3469..8d1ec9b 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -5,6 +5,7 @@

Incorrect password

{{end}}
+
diff --git a/templates/upload.html.template b/templates/upload.html.template new file mode 100644 index 0000000..f920f23 --- /dev/null +++ b/templates/upload.html.template @@ -0,0 +1,7 @@ +{{define "head"}}Upload{{end}} + +
+ + + +
-- cgit v1.3.1