diff options
author | piernov <piernov@piernov.org> | 2015-03-07 14:43:29 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2015-03-07 14:43:29 +0100 |
commit | 83114799580773044534788ea0fe19f93fb6895f (patch) | |
tree | 115316605401846bad9556b3ecf13a385f64478b | |
parent | abe7b23f51f146bcde41ddae5904e1ed3aa4ac92 (diff) | |
parent | 7edcb5a09c5d9549f94033ef904f4df6a0c7574f (diff) | |
download | jm2l-83114799580773044534788ea0fe19f93fb6895f.tar.gz jm2l-83114799580773044534788ea0fe19f93fb6895f.tar.bz2 jm2l-83114799580773044534788ea0fe19f93fb6895f.tar.xz jm2l-83114799580773044534788ea0fe19f93fb6895f.zip |
Merge branch 'master' into python3python3
-rw-r--r-- | jm2l/upload.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jm2l/upload.py b/jm2l/upload.py index 657e4ef..c4a8534 100644 --- a/jm2l/upload.py +++ b/jm2l/upload.py @@ -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' +] |