Fixes filetype field length

This commit is contained in:
Mouse Reeve 2022-01-17 10:48:42 -08:00
parent 2f924faa05
commit a23e49c9f3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<input <input
type="text" type="text"
name="filetype" name="filetype"
maxlength="5" maxlength="50"
class="input" class="input"
required="" required=""
id="id_filetype" id="id_filetype"