Fixes filetype field length
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
<input
|
||||
type="text"
|
||||
name="filetype"
|
||||
maxlength="5"
|
||||
maxlength="50"
|
||||
class="input"
|
||||
required=""
|
||||
id="id_filetype"
|
||||
|
Reference in New Issue
Block a user