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)}
|
${render_field_readonly(form.fieldset.case_pack)}
|
||||||
</div>
|
</div>
|
||||||
% if image:
|
% 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
|
% endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue