YK
Size: a a a
YK
DT
EC
def thumbnail(self):
return '<img src="/%s/%s" width="100" height="100" />' % STATIC_ABSOLUTE_URL+'uploads/brands', self.image.url
thumbnail.allow_tags = True
fields = ('thumbnail', )
readonly_fields = ('thumbail',)
YK
DT
def thumbnail(self):
return '<img src="/%s/%s" width="100" height="100" />' % STATIC_ABSOLUTE_URL+'uploads/brands', self.image.url
thumbnail.allow_tags = True
fields = ('thumbnail', )
readonly_fields = ('thumbail',)
PB
YK
DT
YK
EC
YK
YK
YK
YK
DT
EC
DT
EC
def thumbnail(self):
return mark_safe('<img src="%s/%s" width="100" height="100" />' % STATIC_ABSOLUTE_URL+'uploads/brands', self.image.url)
thumbnail.allow_tags = True
thumbnail.short_description = 'thumbnail'