diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index f896c98b..140cc4c6 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -29,7 +29,7 @@ {{ order.id }} {{ order.created_at | date:"M d, Y H:i" }} - {{ order.price|intcomma }} + {{ order.price|floatformat:2|intcomma }} {% trans 'See Invoice' %}