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 %}