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

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