summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-27 21:04:10 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-27 21:04:10 +1000
commit299df65290ef028a997bcfed888b2230ee750f36 (patch)
treeefb2121a68fc45e100adff16988168281d373ef8 /templates
parent9af98b0382bb8d58b12d45860afd861ec8b04cb4 (diff)
Add optional title and description to video upload
Diffstat (limited to 'templates')
-rw-r--r--templates/upload.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/upload.html b/templates/upload.html
index 12aea6c..ac5710a 100644
--- a/templates/upload.html
+++ b/templates/upload.html
@@ -9,6 +9,8 @@
<span>Click to browse or drop file here</span>
</div>
<div class="upload-details">
+ <input id="video-title" type="text" placeholder="Optional title" />
+ <textarea id="video-description" rows="2" placeholder="Optional description"></textarea>
<div id="upload-file" class="upload-file">
<span id="upload-filename"></span>
<img width="20" src="/static/close-icon.png" onclick="removeFile(event)"/>