I've commented out all the HTML on the template,  so my template now
reads as follows

{% for i in prizes %}  {{i.id }}  {% endfor %}

There is nothing else on the page except the commented out HTML.

In firefox this displays without any problem, in IE7 I get a blank
page, even when looking at the source HTML.

When I make any other changes to the template, IE7 picks it up,
straight away.  It is only the {% for %} tag that seems to be coming
up blank.
I'm completely baffled.


On Feb 21, 3:37 pm, kevinski <[EMAIL PROTECTED]> wrote:
> > 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?
>
> I had a the similar problem once with IE7. It ended up being due to
> CSS incompatibility that caused the text to be hidden in IE. Try
> loading the page without any markup, if you see the text you will know
> this is the problem.
>
> Kin
--~--~---------~--~----~------------~-------~--~----~
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