On Fri, May 22, 2009 at 7:23 AM, eightflower <[email protected]> wrote: > > It appears that {% thumbnail %} tag from sorl-thumbnail app is causing > this. When my context processor is off, > thumbnail just does not have anything to do because it has no context. > > >
Are the image tags pointing to the correct path? If you have something like <img src="/path/to/your/view">, then your browser will make a second request to your view trying the fetch the image. This wouldn't happen with curl, if it's not fetching any of the resources in the page. You could tell if this is happening using TamperData, or just examining your server's request logs / console output. Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

