diff --git a/batiskaf/templates/jinja2/base.jinja b/batiskaf/templates/jinja2/base.jinja
index 4650a0d..f10a8d5 100644
--- a/batiskaf/templates/jinja2/base.jinja
+++ b/batiskaf/templates/jinja2/base.jinja
@@ -82,7 +82,7 @@
Написать нам |
+ src="/static/img/skype.png" alt="Написать в Skype" title="Написать в Skype" width="20" height="20"/>
@@ -92,7 +92,7 @@
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
#}
-{##}
-{#
{% set im = object.image %}
-
+
{% set im = object.image|thumbnail("400x400") %}
-
+
Продолжить читать →
diff --git a/batiskaf/templates/jinja2/product.jinja b/batiskaf/templates/jinja2/product.jinja
index 1568110..f818376 100644
--- a/batiskaf/templates/jinja2/product.jinja
+++ b/batiskaf/templates/jinja2/product.jinja
@@ -20,14 +20,14 @@
{% set im = image.image|thumbnail("80x80") %}
{% set im_big = image.image|thumbnail("398x398") %}
+ src="/static/{{ im.url }}" alt="{{ product.title }}" title="{{ product.title }}" class="img-thumbnail"/>
{% endfor %}
-
+
-
+
-
+
-
+
-
+