Correct EPUB spelling

This commit is contained in:
FoW 2023-09-08 22:52:11 +09:00
parent a09b2ab45c
commit d8ba1f4309
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ const tries = {
e: { e: {
p: { p: {
u: { u: {
b: "ePub", b: "EPUB",
}, },
}, },
}, },

View file

@ -35,7 +35,7 @@
required="" required=""
id="id_filetype" id="id_filetype"
value="{% firstof file_link_form.filetype.value '' %}" value="{% firstof file_link_form.filetype.value '' %}"
placeholder="ePub" placeholder="EPUB"
list="mimetypes-list" list="mimetypes-list"
data-autocomplete="mimetype" data-autocomplete="mimetype"
> >