# HG changeset patch # User neko259 # Date 2015-10-20 10:00:49 # Node ID a110319d235efef5269dfe674cdd44883678cf03 # Parent cab9c59905939e77795a333096fc023eea0f58c3 Recognize svg mimetype diff --git a/boards/forms.py b/boards/forms.py --- a/boards/forms.py +++ b/boards/forms.py @@ -54,6 +54,7 @@ MIMETYPE_EXTENSIONS = { 'video/webm': 'webm', 'application/pdf': 'pdf', 'x-diff': 'diff', + 'image/svg+xml': 'svg', }