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