On Thu, 2007-08-02 at 18:14 -0500, James Bennett wrote:
> Please read the entire thread above -- autoescaping will not work at
> the level of blocks; it will only work at the level of autoescaping or
> not autoescaping the **entire** output of the template, meaning all
> includes, all tag output and all child templates will be affected by
> it. If you don't want autoescaping, simply turn it off in a base
> template that all your templates inherit from, and you don't have to
> worry about it.

Can this possibly be right? If I want to include a single variable that
includes some HTML (such as {{ form.as_table }}), do I have to turn off
auto-escaping for everything else in the page?

Todd


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to