Allow formatting of text in django form (Like the text editor on this site)? -
with basic textfield on django, user can indent, , that's it. i'd allow centering of text, bold, italics, lists, etc. messed tinymce, unless there's i'm missing, outputs html every time. messing tinymce, or should take different route?
if sure variable safe (doesn't contains harmful html code) can mark safe. render text without escaping html tags.
{{ variable|safe }}
Comments
Post a Comment