Fixes filetype field length
This commit is contained in:
parent
2f924faa05
commit
a23e49c9f3
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue