diff options
| author | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:59:19 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:59:19 +0200 |
| commit | 96765ec3b16714f47322814738a217111fdadb4b (patch) | |
| tree | 9d0e1aba05d94e52d9b677f609503dcc64a9f766 /controller/template/index.html | |
| parent | 154abc0c5016635ad3af49a0772a97fbdc34bedb (diff) | |
don't allow upload lifetime configuration for now
Diffstat (limited to 'controller/template/index.html')
| -rw-r--r-- | controller/template/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/template/index.html b/controller/template/index.html index f50be97..6f0fc50 100644 --- a/controller/template/index.html +++ b/controller/template/index.html @@ -15,12 +15,12 @@ </label> <input id="protect" type="checkbox" name="protect"> </div> - <div> + <!--div> <label for="until"> Available Until: </label> <input id="until" type="datetime-local" name="until"> - </div> + </div--> <input type="submit" id="upload" value="Upload"> </form> </main> |
