Fixed displaying of item description

This commit is contained in:
Raphael Michel
2016-03-12 11:24:54 +01:00
parent c67e819101
commit a30fa2c279

View File

@@ -132,7 +132,7 @@
</a>
{% endif %}
<strong>{{ item.name }}</strong>
{% if item.short_description %}<p>{{ item.short_description }}</p>{% endif %}
{% if item.description %}<p>{{ item.description }}</p>{% endif %}
</div>
<div class="col-md-2 col-xs-6 price">
{{ event.currency }} {{ item.price|floatformat:2 }}