diff --git a/shop/templates/product_detail.html b/shop/templates/product_detail.html index d0d295b0..1371dbb2 100644 --- a/shop/templates/product_detail.html +++ b/shop/templates/product_detail.html @@ -37,7 +37,7 @@

This product is available from - {{ product.available_in.lower|date:"Y-m-d H:i" }} + {{ product.available_in.lower|date:"Y-m-d H:i T" }}

{% endif %}