koendewit / django-client-side-image-cropping

Widget for the Django ImageField that provides an interface for cropping the image client-side to a specific size.
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Overriding the widget template #12

Open michaelhjulskov opened 1 year ago

michaelhjulskov commented 1 year ago

Hi,

Can somebody please tell me how do I override the widget template?

I tried putting the file in these two places: myapp/templates/client-side_cropping_widget.html myapp/templates/client_side_image_cropping/client-side_cropping_widget.html

Thank You :)

michaelhjulskov commented 1 year ago

I made a workaround with jQuery editing on ready