William, Unfortunately, this issue caught me off guard. Sorl has changed things and we aren't ready to change yet. The easiest solution would be to install an old version. Try doing this:
pip install sorl-thumbnail==3.2.5 I tried a quick test and it seemed to work. Let us know how it does for you. -Chris On Sun, Nov 28, 2010 at 7:38 AM, William Grzybowski <[email protected]>wrote: > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
