jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

the image display is not updated when changing it from the admin #168

Closed ColvrayC closed 3 years ago

ColvrayC commented 3 years ago

Hello !

Everything works when I load the page, but when I want to modify it, the tool disappears. I have to save my element and reload the page to get the crop display.

My project is in Python 3.8/Django 3.1

Thanks a lot!