mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Fixed inconsistend price display
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
{% if item.short_description %}<p>{{ item.short_description }}</p>{% endif %}
|
{% if item.short_description %}<p>{{ item.short_description }}</p>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 col-xs-6 price">
|
<div class="col-md-2 col-xs-6 price">
|
||||||
{{ event.currency }} {{ item.price }}
|
{{ event.currency }} {{ item.price|floatformat:2 }}
|
||||||
{% if item.tax_rate %}
|
{% if item.tax_rate %}
|
||||||
<br /><small>{% blocktrans trimmed with rate=item.tax_rate %}
|
<br /><small>{% blocktrans trimmed with rate=item.tax_rate %}
|
||||||
incl. {{ rate }}% taxes
|
incl. {{ rate }}% taxes
|
||||||
|
|||||||
Reference in New Issue
Block a user