diff --git a/hosting/templates/hosting/bill_detail.html b/hosting/templates/hosting/bill_detail.html index 449fa1bb..2d7f04b4 100644 --- a/hosting/templates/hosting/bill_detail.html +++ b/hosting/templates/hosting/bill_detail.html @@ -58,7 +58,7 @@ {# Bill total#} {% trans "Total:" %} - {{ bill.total_price}} CHF + {{ bill.total_price|floatformat}} CHF