From de647441208d273728b840bae417338ee0fb0032 Mon Sep 17 00:00:00 2001 From: Levi Date: Wed, 21 Jun 2017 13:31:02 -0500 Subject: [PATCH] fixed issue on order view --- hosting/templates/hosting/order_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 8b37cf03..5556cd67 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -35,7 +35,7 @@
{% trans "Billed To:"%}
- {{order.created_at}}

+ {{order.created_at|date:'Y-m-d H:i}}

{% trans "Status:"%}