diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index c6050fa26b..1c9cd90b74 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -133,7 +133,7 @@ {% if item.short_description %}

{{ item.short_description }}

{% endif %}
- {{ event.currency }} {{ item.price }} + {{ event.currency }} {{ item.price|floatformat:2 }} {% if item.tax_rate %}
{% blocktrans trimmed with rate=item.tax_rate %} incl. {{ rate }}% taxes