Add MIME-type for SVG upload support
This commit is contained in:
+3
-1
@@ -24,7 +24,9 @@ ACCEPTED_MIMES = ['application/pdf',
|
|||||||
'application/vnd.oasis.opendocument.presentation',
|
'application/vnd.oasis.opendocument.presentation',
|
||||||
'application/vnd.oasis.opendocument.presentation-template',
|
'application/vnd.oasis.opendocument.presentation-template',
|
||||||
'application/vnd.oasis.opendocument.spreadsheet',
|
'application/vnd.oasis.opendocument.spreadsheet',
|
||||||
'application/vnd.oasis.opendocument.spreadsheet-template']
|
'application/vnd.oasis.opendocument.spreadsheet-template',
|
||||||
|
'image/svg+xml'
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user