On Thu, 2008-02-21 at 05:26 -0800, 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?

It's got nothing to do with the browser. The browser will never see the
Django templating code, since the Template.render() function turns it
into a string long before it is sent to the browser.

Are you saying that different HTML is delivered to the browser when it
is IE 7?

Malcolm

-- 
I've got a mind like a... a... what's that thing called? 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
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