forked from CGM_Public/pretix_original
Hide min_per_order=1
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user