Explorar o código

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

Поменял размер скетчей (требование заказчика)
Denis V. Dedkov %!s(int64=10) %!d(string=hai) anos
pai
achega
9771529f85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)