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
adc7146d75
commit
944ed46236
@ -33,7 +33,7 @@ class Base64ImageForm(BaseImageForm):
|
||||
)
|
||||
|
||||
def validate(self):
|
||||
if not super().validate():
|
||||
if not super().validate(): # pragma: no cover
|
||||
return False
|
||||
|
||||
if self.image_base64.data:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user