diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:04:10 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:04:10 +1000 |
| commit | 299df65290ef028a997bcfed888b2230ee750f36 (patch) | |
| tree | efb2121a68fc45e100adff16988168281d373ef8 /templates | |
| parent | 9af98b0382bb8d58b12d45860afd861ec8b04cb4 (diff) | |
Add optional title and description to video upload
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/upload.html | 2 |
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)"/> |
