abhiabhi94 / blog

A django based blog.
https://www.hackadda.com
MIT License
1 stars 1 forks source link

Profile doesn't accept svg images #125

Open abhiabhi94 opened 4 years ago

abhiabhi94 commented 4 years ago

Uploading an SVG image to the profile form in the admin field gives an error:

Upload a valid image. The file you uploaded was either not an image or a corrupted image.

On the web application outside the admin, it doesn't throw any error, just the form gets rejected without any errors. Maybe we can support SVG images in the future.