Hello,

I am trying to setup a satchmo installation from mercurial repository,
however I am finding issues with thumbnail system.

I have the latest sorl-thumbnail installed from git but I am getting
an error from template system:

TemplateSyntaxError: Invalid block tag: 'endfor', expected 'empty' or
'endthumbnail'

This seems to happens because all the satchmo template uses just {%
thumbnail %} tag, and looking at solr-thumbnail documentation an {%
endthumbnail %} would be necessary, like, from:

{% thumbnail pic.picture 280x280 as image %}
<img src="{{ image }}" width="{{ image.width }}"
height="{{ image.height }}" />

to:

{% thumbnail pic.picture 280x280 as image %}
<img src="{{ image }}" width="{{ image.width }}"
height="{{ image.height }}" />
{% endthumbnail %}

Am I missing anything? I tried to find out an odler version of solr-
thumbnail which maybe endthumbnail would not be necessary but the
google code website does not exists anymore.

Is there any workaround or am I doing anything wrong?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to