forked from mirrors/bookwyrm
Fixes filetype field length
This commit is contained in:
parent
2f924faa05
commit
a23e49c9f3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<input
|
||||
type="text"
|
||||
name="filetype"
|
||||
maxlength="5"
|
||||
maxlength="50"
|
||||
class="input"
|
||||
required=""
|
||||
id="id_filetype"
|
||||
|
|
Loading…
Reference in a new issue