diff --git a/shop/templates/shop_index.html b/shop/templates/shop_index.html index e327d036..7dc41d60 100644 --- a/shop/templates/shop_index.html +++ b/shop/templates/shop_index.html @@ -28,14 +28,13 @@ Product Category - Availability Price {% for product in products %} - + {{ product.name }} @@ -44,12 +43,6 @@ {{ product.category }} - - {{ product.available_in.lower|date:"Y-m-d H:i" }} - {% if product.available_in.upper %} - - {{ product.available_in.upper|date:"Y-m-d H:i" }} - {% endif %} -
{{ product.price|currency }} @@ -57,7 +50,6 @@ {% endfor %} -