From f8bedfdec46663025bdcecc8a01249131fa189e8 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 14 Aug 2015 20:34:47 +0200 Subject: [PATCH] Fixed inconsistend price display --- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index c6050fa26..1c9cd90b7 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