From 00ecbee8b93e80e4ccb39249c33a8afebef6cdb6 Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 27 Mar 2020 14:24:44 +1000 Subject: Added UI/UX for Importing artbitrary videos from a URL --- templates/base.html | 1 + templates/import.html | 29 +++++++++++++++++++++++++++++ templates/upload.html | 1 + 3 files changed, 31 insertions(+) create mode 100644 templates/import.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 46ed508..df76171 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ + {{ template "stylesheets" . }} {{ template "css" . }} diff --git a/templates/import.html b/templates/import.html new file mode 100644 index 0000000..84f0652 --- /dev/null +++ b/templates/import.html @@ -0,0 +1,29 @@ +{{define "content"}} +
+ +
+{{end}} +{{define "scripts"}} + +{{end}} diff --git a/templates/upload.html b/templates/upload.html index 1716b65..12aea6c 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -30,6 +30,7 @@ +

Need to import a video from another source? Click Import

{{end}} {{define "scripts"}} -- cgit v1.2.3