From 99961ca41015b63af58772f7d2c6b015f87046a7 Mon Sep 17 00:00:00 2001 From: spacenergy Date: Wed, 13 Apr 2016 23:36:09 +0600 Subject: [PATCH] no message --- .../templates/jinja2/includes/category_product_thumb.jinja | 2 +- batiskaf/templates/jinja2/index.jinja | 2 +- batiskaf/templates/jinja2/product.jinja | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/batiskaf/templates/jinja2/includes/category_product_thumb.jinja b/batiskaf/templates/jinja2/includes/category_product_thumb.jinja index d347073..e6ee136 100644 --- a/batiskaf/templates/jinja2/includes/category_product_thumb.jinja +++ b/batiskaf/templates/jinja2/includes/category_product_thumb.jinja @@ -41,7 +41,7 @@ class="glyphicon glyphicon-shopping-cart" aria-hidden="true"> Добавить в корзину {% elif product.delivery_date() %} - Ожидается {{ product.delivery_date() }} diff --git a/batiskaf/templates/jinja2/index.jinja b/batiskaf/templates/jinja2/index.jinja index 18d0528..ced1235 100644 --- a/batiskaf/templates/jinja2/index.jinja +++ b/batiskaf/templates/jinja2/index.jinja @@ -66,7 +66,7 @@ href="/store/cart/add/?pk={{ product.variations.filter(in_stock__gt=0).order_by('price').first().pk }}&count=1&next={{ request.get_full_path()|urlencode }}"> Добавить в корзину {% elif product.delivery_date() %} - Ожидается {{ product.delivery_date() }} diff --git a/batiskaf/templates/jinja2/product.jinja b/batiskaf/templates/jinja2/product.jinja index 628ffa4..3ec4d17 100644 --- a/batiskaf/templates/jinja2/product.jinja +++ b/batiskaf/templates/jinja2/product.jinja @@ -98,7 +98,7 @@
{% if product.delivery_date() %} - Ожидается {{ product.delivery_date() }} @@ -179,7 +179,7 @@ href="/store/cart/add/?pk={{ product.variations.filter(in_stock__gt=0).order_by('price').first().pk }}&count=1&next={{ request.get_full_path()|urlencode }}"> Добавить в корзину {% elif product.delivery_date() %} - Ожидается {{ product.delivery_date() }}