From 8c7687fe7c37ddf8cfd49633620b5ee0928294a7 Mon Sep 17 00:00:00 2001 From: Levi Date: Wed, 21 Jun 2017 13:32:23 -0500 Subject: [PATCH] fixed issue error 500 --- 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 5556cd67..fa5e5ec2 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|date:'Y-m-d H:i}}

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

{% trans "Status:"%}