diff options
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)"/> |
