From 4a72d11c674768ec82e3716077ae576f5a41af1c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 20 Mar 2015 22:29:53 +0100 Subject: [PATCH] Swap position of count and price in cart and cart-like tables --- src/pretix/control/templates/pretixcontrol/order/index.html | 6 +++--- .../templates/pretixpresale/event/fragment_cart.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 3f2b0394b..11ea88987 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -38,12 +38,12 @@ {% endif %} -
- {{ event.currency }} {{ line.price|floatformat:2 }} -
{{ line.count }}
+
+ {{ event.currency }} {{ line.price|floatformat:2 }} +
{{ event.currency }} {{ line.total|floatformat:2 }} {% if line.item.tax_rate %} diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index a6527b83e..509348f5a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -19,9 +19,6 @@ {% endif %}
-
- {{ event.currency }} {{ line.price|floatformat:2 }} -
{% if editable %}
{% endif %}
+
+ {{ event.currency }} {{ line.price|floatformat:2 }} +
{{ event.currency }} {{ line.total|floatformat:2 }} {% if line.item.tax_rate %}