From 9034a98df9a5a114a8ba7a37a10f6abe6d900fc7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 1 Feb 2019 17:34:59 +0100 Subject: [PATCH] Remove empty translation block --- .../presale/templates/pretixpresale/event/checkout_addons.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html index ed79831572..b6360a6caf 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html @@ -38,8 +38,6 @@ You need to choose {{ min_count }} options from this category. {% endblocktrans %} {% elif c.min_count == 0 and c.max_count >= c.form.fields|length %} - {% blocktrans %} - {% endblocktrans %} {% else %} {% blocktrans trimmed with min_count=c.min_count max_count=c.max_count %} You can choose between {{ min_count }} and {{ max_count }} options from