From c57c79534c16eb67f2cdf75488aa653b0853b207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B0=D1=80=20=D0=9A=D0=BE=D1=82=D1=8E?= =?UTF-8?q?=D0=BA?= Date: Mon, 4 May 2015 23:59:32 +0300 Subject: [PATCH] small news --- templates/client/includes/article/news_on_main.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/client/includes/article/news_on_main.html diff --git a/templates/client/includes/article/news_on_main.html b/templates/client/includes/article/news_on_main.html new file mode 100644 index 00000000..f1731671 --- /dev/null +++ b/templates/client/includes/article/news_on_main.html @@ -0,0 +1,10 @@ +{% load static %} +{% load thumbnail %} + +{% if obj.logo %} + {% thumbnail obj.logo "80x80" as im %} + + {% endthumbnail %} +{% else %} + +{% endif %} \ No newline at end of file