diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 1e4e5d47e3..875b430623 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -102,7 +102,7 @@
{% if item.free_price %} -
+
{{ event.currency }} {% blocktrans trimmed with rate=item.tax_rate %} incl. {{ rate }}% taxes {% endblocktrans %} @@ -154,7 +153,7 @@
{% if item.free_price %} -
+
{{ event.currency }} {% blocktrans trimmed with rate=item.tax_rate %} incl. {{ rate }}% taxes {% endblocktrans %} diff --git a/src/static/pretixpresale/less/event.less b/src/static/pretixpresale/less/event.less index 56786a779e..99f843c77b 100644 --- a/src/static/pretixpresale/less/event.less +++ b/src/static/pretixpresale/less/event.less @@ -10,6 +10,9 @@ .input-item-count { text-align: center; } + .input-group-price { + margin-bottom: 3px; + } .input-item-price { text-align: right; }