Image size error handling #209

This commit is contained in:
Daniel Grams 2021-07-08 15:39:32 +02:00
parent 6c21a1af83
commit adc7146d75

View File

@ -45,6 +45,8 @@ class Base64ImageForm(BaseImageForm):
self.image_base64.errors.append(msg)
return False
return True
def populate_obj(self, obj):
super(BaseImageForm, self).populate_obj(obj)