From 85d3158dbd6fa380449505e20c15e7dcf8118214 Mon Sep 17 00:00:00 2001 From: Modulos Date: Sat, 13 May 2017 17:02:45 +0200 Subject: [PATCH] Fix order price --- hosting/templates/hosting/orders.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 7d1009ea..16a739a0 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -25,7 +25,7 @@ {{ order.id }} {{ order.created_at }} - {{ order.vm_plan.price }} CHF + {{ order.price }} CHF {% if order.approved %} {% trans "Approved"%} {% else %} @@ -99,4 +99,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}