From 9771529f8515516613bc45a73022598d3f07f764 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Sat, 27 Jun 2015 12:18:12 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D1=81?= =?UTF-8?q?=D0=BA=D0=B5=D1=82=D1=87=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Поменял размер скетчей (требование заказчика) --- asuzr/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asuzr/tables.py b/asuzr/tables.py index 95c197e..1b36260 100644 --- a/asuzr/tables.py +++ b/asuzr/tables.py @@ -49,7 +49,7 @@ class ThumbnailColumn(tables.TemplateColumn): template = ''' {{% load thumbnail %}} - {{% thumbnail record.{field} "100x100" as im %}} + {{% thumbnail record.{field} "200x200" as im %}} {{% endthumbnail %}} '''.format(field = field_name)