From 70a933edc133a4997f9da44e686c9244cc8c3baf Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 24 Jul 2017 09:54:33 +0200 Subject: [PATCH] Hide min_per_order=1 --- src/pretix/presale/templates/pretixpresale/event/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index fcc26668a..121dfed3a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -184,7 +184,7 @@ {{ item.description|localize|rich_text }} {% endif %} - {% if item.min_per_order %} + {% if item.min_per_order and item.min_per_order > 1 %}

{% 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 %}

{% blocktrans trimmed with num=item.min_per_order %}