From 363f62ae5f1255ac2580bdf32ae7b98b78cee5a3 Mon Sep 17 00:00:00 2001 From: imperatormk Date: Wed, 25 Mar 2020 00:29:08 +0100 Subject: Reworked upload box (#2) --- templates/base.html | 3 ++- templates/upload.html | 63 ++++++++++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 34 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 854a845..a156f3b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ + {{ template "stylesheets" . }} {{ template "css" . }} @@ -14,7 +15,7 @@
{{template "content" .}} diff --git a/templates/upload.html b/templates/upload.html index 3701eec..1716b65 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -1,38 +1,35 @@ {{define "content"}} -
-
-
- +
+
{{end}} {{define "scripts"}} -- cgit v1.2.3