Hi again,

2011/7/4 Kase <dark.k...@gmail.com>

> me too.. but i dont know other options for format text....
>

i follow this tutorial for rich text editor

http://lazutkin.com/blog/2011/mar/13/using-dojo-rich-editor-djangos-admin/

when you output the text put something like this:

        <h1>{{ notice.title }}</h1>
        {{ notice.content|safe }}

the safe filter is what you are looking i think

https://docs.djangoproject.com/en/1.3/ref/templates/builtins/#safe

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