You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
(8 additional frame(s) were not displayed)
...
File "indigo_app/views/base.py", line 55, in dispatch
return super().dispatch(request, *args, **kwargs)
File "indigo_social/views.py", line 76, in form_valid
resp = super().form_valid(form)
File "indigo_social/forms.py", line 60, in save
self.instance.profile_photo = process_profile_photo(self.cleaned_data['new_profile_photo'])
File "indigo_social/forms.py", line 101, in process_profile_photo
uploaded_photo = uploaded_photo.resize((200, 200), Image.ANTIALIAS)
The text was updated successfully, but these errors were encountered:
Sentry Issue: INDIGO-LAWSAFRICA-1KJ
The text was updated successfully, but these errors were encountered: