From 9bb4742607cc502b2382558c795559e493cdd481 Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 17 Jul 2017 02:53:18 +0530 Subject: [PATCH] Fixed overlapping issue of date and billing address in hosting order_detail.html --- hosting/templates/hosting/order_detail.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 761550fe..1df028b3 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -24,15 +24,7 @@
-
-
-

{% trans "Billed To:"%}

- {{user.name}}
- {{order.billing_address.street_address}},{{order.billing_address.postal_code}}
- {{order.billing_address.city}}, {{order.billing_address.country}}. -
-
-
+
{% trans "Date"%}:
{{order.created_at|date:'Y-m-d H:i'}}

@@ -44,6 +36,15 @@
+
+
+

{% trans "Billed To:"%}

+ {{user.name}}
+ {{order.billing_address.street_address}},{{order.billing_address.postal_code}}
+ {{order.billing_address.city}}, {{order.billing_address.country}}. +
+
+