django-image-filer icon indicating copy to clipboard operation
django-image-filer copied to clipboard

Error in image.html template

Open Anber opened this issue 14 years ago • 0 comments

<img {% if object.float %}class="{{ object.float }}" {% endif %}alt="{% if object.alt %}{{ object.alt }}{% endif %}" src="{% thumbnail object.image image_size %}" />

but context.update({ 'picture':instance, 'link':link, 'image_size': u'%sx%s' % (width, height), 'placeholder':placeholder })

Anber avatar May 26 '10 09:05 Anber