jonasundderwolf / django-image-cropping

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

How to handle form.media with dynamic changing page #156

Open HealperDK opened 3 years ago

HealperDK commented 3 years ago

I am building a page where parts of the HTML page is changed dynamically. In certain situations the server sends updated html-snippets that replace parts of the current html. The challenge I am unable to reload the {{ form.media }} since the header does not get reloaded. This results in the cropping fields no being updated as it is supposed to. Is there a way to fix this?