i'm using django comments and when someone uses special characters in
their comment (', &  etc...), when it is rendered to the screen it
says HTML_REMOVED... what is the fastest and best way to show the
correct character instead of HTML_REMOVED.

for example...


in the template we have

{{comment.comment}}


and it may print out something like

As you mentioned on last week[HTML_REMOVED]s e-newsletter...


(notice the ' mark has been replaced)

How do i get the right character to show?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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