diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html
index f8b66a73..b2269bb1 100644
--- a/datacenterlight/templates/datacenterlight/order_detail.html
+++ b/datacenterlight/templates/datacenterlight/order_detail.html
@@ -25,7 +25,7 @@
-
+
{% trans "Date"%}:
{% now "Y-m-d H:i" %}
diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html
index 1df028b3..2712d129 100644
--- a/hosting/templates/hosting/order_detail.html
+++ b/hosting/templates/hosting/order_detail.html
@@ -24,7 +24,7 @@
-
+
{% trans "Date"%}:
{{order.created_at|date:'Y-m-d H:i'}}