You may also want to look at this thread for a more extensive
discussion of exactly this subject:
http://groups.google.com/group/django-users/browse_thread/thread/242cc194a1a7b6fe/81fb9a60ffb8d233?#81fb9a60ffb8d233

On Apr 25, 1:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> There is a safe filter, so {{ myvar|safe }}.  You can also look into
> using the autoescape tag, too.  Check out the documentation listed
> here:http://www.djangoproject.com/documentation/templates/#automatic-html-...
>
> Hope that helps!
> -Eric Florenzano
>
> On Apr 24, 11:57 pm, Brandon Taylor <[EMAIL PROTECTED]> wrote:
>
> > Hi everyone,
>
> > I've got TinyMCE integrated into my admin, and is working great, but
> > when I output the HTML for the record into my template, the HTML tags
> > are being rendered as plain text, as in, all of the tags are visible.
>
> > What can I do to allow HTML stored in my database to render properly
> > in the template?
>
> > TIA,
> > Brandon
--~--~---------~--~----~------------~-------~--~----~
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