diff --git a/admin_scripts/helpers.py b/admin_scripts/helpers.py index 80eb1f69..7e110245 100644 --- a/admin_scripts/helpers.py +++ b/admin_scripts/helpers.py @@ -26,6 +26,7 @@ def is_img_ext(file_name): 'gif', 'tif', 'tga', + 'svg', ) return ext.lower() in valid_ext