Stop trying to use PIL when generating product image tag
This commit is contained in:
parent
2bd15ca5c7
commit
157d4ccc9f
|
@ -76,7 +76,7 @@
|
|||
${render_field_readonly(form.fieldset.case_pack)}
|
||||
</div>
|
||||
% if image:
|
||||
${h.image(image_url, "Product Image", id='product-image', path=image_path, use_pil=True)}
|
||||
${h.image(image_url, "Product Image", id='product-image', path=image_path, use_pil=False)}
|
||||
% endif
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue