From 67f0e9068d313d8f89871af68a6f0c532f360bd4 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Fri, 15 Sep 2017 18:16:12 +0200 Subject: [PATCH] Fixed issue with multiline with template statement --- hosting/templates/hosting/order_detail.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 795bc214..3b46f566 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -66,8 +66,7 @@ {{order.billing_address.city}}, {{order.billing_address.country}}. {% else %} - {% with request.session.billing_address_data as - billing_address %} + {% with request.session.billing_address_data as billing_address %} {{billing_address|get_value_from_dict:'cardholder_name'}}
{{billing_address|get_value_from_dict:'street_address'}}, {{billing_address|get_value_from_dict:'postal_code'}}
@@ -123,7 +122,7 @@

{% trans "Total"%}

- {{vm.price}}CHF + {{vm.price}} CHF /{% trans "Month" %}