Merge pull request #6532 from netchampfaris/hotfix

print format fix
This commit is contained in:
Nabin Hait 2016-10-03 17:32:55 +05:30 committed by GitHub
commit 5a431127c5

View File

@ -3,8 +3,7 @@
{% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%} {% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
<div class="pull-left" style="width: 20%; margin-right: 10px;"> <div class="pull-left" style="width: 20%; margin-right: 10px;">
<div class="square-image" style="background-image: url('{{ doc.image }}')"> <img class="print-item-image" src="{{ doc.image }}" alt="">
</div>
</div> </div>
{%- endif %} {%- endif %}