瀏覽代碼

Размер скетчей

Поменял размер скетчей (требование заказчика)
Denis V. Dedkov 10 年之前
父節點
當前提交
9771529f85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      asuzr/tables.py

+ 1 - 1
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 %}}
                    <img src="{{{{ im.url }}}}">
                  {{% endthumbnail %}}
                '''.format(field = field_name)