Make POD image for product view a bit more sane

This commit is contained in:
Lance Edgar 2016-11-11 22:15:47 -06:00
parent 536e1aa3eb
commit ad2724fd2f
2 changed files with 1 additions and 3 deletions
tailbone/templates/products

View file

@ -75,7 +75,7 @@
${render_field_readonly(form.fieldset.size)}
${render_field_readonly(form.fieldset.case_pack)}
</div>
% if image:
% if image_url:
${h.image(image_url, "Product Image", id='product-image', path=image_path, use_pil=False)}
% endif
</div>