forked from CGM_Public/pretix_original
Removed long_description field
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<a href="javascript:void(0);" data-toggle="variations">
|
||||
<strong>{{ item.name }}</strong>
|
||||
</a>
|
||||
{% 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">
|
||||
{% if item.min_price != item.max_price %}
|
||||
|
||||
Reference in New Issue
Block a user