ソースを参照

Add MIME-type for SVG upload support

master
piernov 9年前
コミット
7edcb5a09c
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      jm2l/upload.py

+ 3
- 1
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'
]




読み込み中…
キャンセル
保存