67
edits
| Line 34: | Line 34: | ||
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: | ||
:( | :( | ||
Hello? | |||
<pre>{{richtext.comment|safe}} | <pre>{{richtext.comment|safe}} | ||
</pre> | </pre> | ||
edits