67
edits
Line 33: | Line 33: | ||
Problem: After using bleach, the safe tags show up "<b>should be bolded</b>" instead of being rendered as <b>should be bolded</b>, you have to add a "|safe" to the template.html: | Problem: After using bleach, the safe tags show up "<b>should be bolded</b>" instead of being rendered as <b>should be bolded</b>, you have to add a "|safe" to the template.html: | ||
<pre>{{richtext.comment|safe}} | <pre>{{richtext.comment|safe}} | ||
</pre> | </pre> |
edits