I have tiny mce editor instead of text area for description field. For
rich text markup it generates and stores text with HTML markup in
database.

Now When I display this field data as {{form.description}},  I think
django automatically converts <> to &lt; &gt; for security reasons.
Any way to stop it or escape it so that html tags do does not show on
web page?





--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to