From 213d44d71a553944bf9dac79b0b0395cc652efa0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 26 Mar 2016 19:17:13 +0100 Subject: [PATCH] Fixed wrongfully placed
tag --- .../templates/pretixcontrol/items/quota.html | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/quota.html b/src/pretix/control/templates/pretixcontrol/items/quota.html index c866e2081b..8edac0886b 100644 --- a/src/pretix/control/templates/pretixcontrol/items/quota.html +++ b/src/pretix/control/templates/pretixcontrol/items/quota.html @@ -4,9 +4,9 @@ {% block title %}{% trans "Quota" %}{% endblock %} {% block inside %}

{% trans "Quota" %}

-
-
- + +
+
{% csrf_token %} {% bootstrap_form_errors form %}
@@ -44,43 +44,43 @@ {% endfor %}
- -
- {% if quota.pk and quota.size != None %} -
-
- {% trans "Availability calculation" %} -
-
{% trans "Total quota" %}
-
{{ quota.size }}
-
-
-
{% trans "Paid orders" %}
-
– {{ quota.count_paid_orders }}
-
-
-
{% trans "Pending orders" %}
-
– {{ quota.count_pending_orders }}
-
-
-
{% trans "Vouchers" %}
-
– {{ quota.count_blocking_vouchers }}
-
-
-
{% trans "Current user's carts" %}
-
– {{ quota.count_in_cart }}
-
-
-
{% trans "Current availability" %}
-
{{ quota.availability.1 }}
-
-
- {% endif %} -
-
- -
+ {% if quota.pk and quota.size != None %} +
+
+ {% trans "Availability calculation" %} +
+
{% trans "Total quota" %}
+
{{ quota.size }}
+
+
+
{% trans "Paid orders" %}
+
– {{ quota.count_paid_orders }}
+
+
+
{% trans "Pending orders" %}
+
– {{ quota.count_pending_orders }}
+
+
+
{% trans "Vouchers" %}
+
– {{ quota.count_blocking_vouchers }}
+
+
+
{% trans "Current user's carts" %}
+
– {{ quota.count_in_cart }}
+
+
+
{% trans "Current availability" %}
+
{{ quota.availability.1 }}
+
+
+
+ {% endif %} +
+
+ +
+ {% endblock %}