From ec4b47ccb63c8fc77d61d44c89885b548d38482e Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 17 Jul 2017 02:50:59 +0530 Subject: [PATCH] Fixed overlapping issue of date and billing address in dcl order_detail.html --- .../templates/datacenterlight/order_detail.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html index da95161c..f8b66a73 100644 --- a/datacenterlight/templates/datacenterlight/order_detail.html +++ b/datacenterlight/templates/datacenterlight/order_detail.html @@ -25,7 +25,13 @@
-
+
+
+ {% trans "Date"%}:
+ {% now "Y-m-d H:i" %}

+
+
+

{% trans "Billed To:"%}

{% with request.session.billing_address_data as billing_address %} @@ -34,13 +40,6 @@ {% endwith %}
-
-
- {% trans "Date"%}:
- {% now "Y-m-d H:i" %}

-
- -