Re: blog displays raw html [SOLVED]

2008-03-28 Thread Floyd Arguello
That was it exactly - thank you very much! Floyd Justin Lilly wrote: > You're being affected by a relatively new feature: Autoescaping HTML. > You can find more information at this link: > > http://www.djangoproject.com/documentation/templates/#automatic-html-escaping > > -justin > > On Th

Re: blog displays raw html

2008-03-27 Thread Justin Lilly
I also feel obligated to mention that you don't have to use HTML. If you prefer some sort of markup, look here: http://code.djangoproject.com/wiki/UsingMarkup -justin On Thu, Mar 27, 2008 at 7:55 PM, Justin Lilly <[EMAIL PROTECTED]> wrote: > You're being affected by a relatively new feature: Aut

Re: blog displays raw html

2008-03-27 Thread Justin Lilly
You're being affected by a relatively new feature: Autoescaping HTML. You can find more information at this link: http://www.djangoproject.com/documentation/templates/#automatic-html-escaping -justin On Thu, Mar 27, 2008 at 7:32 PM, Floyd Arguello <[EMAIL PROTECTED]> wrote: > > Hi djangoers, >

blog displays raw html

2008-03-27 Thread Floyd Arguello
Hi djangoers, I'm learning Django by setting up a blog per instructions here (combined with code from djangoproject.com svn): http://www.rossp.org/blog/2006/jun/08/django-blog-redux/ Most things work, except I enter raw html when posting the blog through the admin interface, and the raw html