wagtail-deprecated / wagtail-condensedinlinepanel

Fast, drop-in replacement for Wagtail's inline panel with drag and drop
BSD 3-Clause "New" or "Revised" License
85 stars 22 forks source link

Image Not Found Failure #52

Closed jhrr closed 5 years ago

jhrr commented 6 years ago

Currently if an image file is not found in media on page load then the whole CMS is brought to a halt with SourceImageIOError here rather than rendering a missing image stub.

I think the fix might be as easy as switching out get_rendition with get_rendition_or_not_found?

kaedroho commented 5 years ago

Fixed by #53