Hide min_per_order=1

This commit is contained in:
Raphael Michel
2017-07-24 09:54:33 +02:00
parent d2d77f28aa
commit 70a933edc1

View File

@@ -184,7 +184,7 @@
{{ item.description|localize|rich_text }}
</div>
{% endif %}
{% if item.min_per_order %}
{% if item.min_per_order and item.min_per_order > 1 %}
<p>
<small>
{% blocktrans trimmed with num=item.min_per_order %}
@@ -296,7 +296,7 @@
{% if event.settings.show_quota_left %}
{% include "pretixpresale/event/fragment_quota_left.html" with avail=item.cached_availability %}
{% endif %}
{% if item.min_per_order %}
{% if item.min_per_order and item.min_per_order > 1 %}
<p>
<small>
{% blocktrans trimmed with num=item.min_per_order %}