Add MIME-type for SVG upload support

This commit is contained in:
piernov
2015-03-07 14:42:58 +01:00
parent 67631117e5
commit 7edcb5a09c
+3 -1
View File
@@ -24,7 +24,9 @@ ACCEPTED_MIMES = ['application/pdf',
'application/vnd.oasis.opendocument.presentation',
'application/vnd.oasis.opendocument.presentation-template',
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.oasis.opendocument.spreadsheet-template']
'application/vnd.oasis.opendocument.spreadsheet-template',
'image/svg+xml'
]