Fixes filetype field length

This commit is contained in:
Mouse Reeve 2022-01-17 10:48:42 -08:00
parent 2f924faa05
commit a23e49c9f3

View file

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