If that isn't the issue make sure to look at the source HTML. If it is
rendering the code then there is something wrong with your styles that
IE is hiding your content (Most likely a position:relative float
thing). Or you might want to kick apache, sometimes it loads old
settings. Last thing that I think it could be is a cache issue. If you
are loading the file into the html IE holds onto non-timestamped files
longer. Clear it and see if that fixes it.
On Feb 21, 9:52 am, David Marquis <[EMAIL PROTECTED]> wrote:
> Malcom is right, this has absolutely nothing to do with the {% for %}
> tag.
>
> My guess is that your IE7 might be more restrictive on cookies and not
> allowing the server to create a session cookie.
> If your view code assumes that there is a session and you fetch
> "prize" from the session, then "prize" might simply be empty in IE.
>
> --
> David
>
> On 21-Feb-08, at 8:26 AM, merric wrote:
>
>
>
> > I have a template that uses {% for i in prize %} {{ i.description }}
> > {% endfor %}
>
> > This iterates fine in Firefox, but in IE7 it keeps coming up blank.
> > I can't see any html issues. I am working off my localhost. Is this
> > a IE7 security issue or something else I have not thought of?
>
> > Cheers
>
> > MerMer
> > >
>
>
> smime.p7s
> 5KDownload
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---