mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Image size error handling #209
This commit is contained in:
parent
6c21a1af83
commit
adc7146d75
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user