From bbdc5325ae5ebbf27f54f8008fc8fd980f3b8641 Mon Sep 17 00:00:00 2001 From: Diff Date: Thu, 25 Mar 2021 17:44:34 +0000 Subject: [PATCH] Move a bit of template to its proper location. `multiple` attribute belongs on file inputs, not buttons. --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 06b5a75..9857bd5 100644 --- a/main.go +++ b/main.go @@ -184,8 +184,8 @@ var baseFooter = ` var uploadTemplate = `{{template "BaseHeader" "RUFF - Upload Form"}}


- - + +
{{template "BaseFooter"}}`