From 7010c76c728a0cd8c2e4bcc456bc44392b0ddbc2 Mon Sep 17 00:00:00 2001 From: Modulos Date: Tue, 9 May 2017 04:41:35 +0200 Subject: [PATCH] Add floatformat --- hosting/templates/hosting/bill_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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