Skip to content

Commit

Permalink
Merge af30a31 into 9092473
Browse files Browse the repository at this point in the history
  • Loading branch information
gautampanday committed Jun 5, 2015
2 parents 9092473 + af30a31 commit 0142675
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/webshop/product.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,14 @@
{% endblock product_top %}

<hr/>

{% block product_long_description %}
{% if product.get_long_description() %}
<section>
<p>{{ product.get_long_description() }}</p>
</section>
<hr/>
{% endif %}
{% endblock product_long_description %}
{% block product_bottom %}

{% block related_products %}
Expand Down

0 comments on commit 0142675

Please sign in to comment.