On Sep 19, 5:02 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 18, 2008 at 5:48 PM, Valery Khamenya <[EMAIL PROTECTED]> wrote:

> (How all of this is connected to what you've got in your <img> tag is a bit
> of a mystery.  The template you are mentioning, though, is not involved in
> the error you have pasted, unless it's your 404 template.)
>
> Karen

At a guess, the fact of putting 'i' in the img src causes his browser
to request /i - which presumably doesn't exist in his urls.py, so
Django returns a 404. When he has a blank src, no request, so no
error.

--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to