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

-
- -