Hi, I have a text field that contains HTML tags, I want to render it in formated text using FODT template. I tried with Markup() but doesn’t work. How can I do it?
<Markup(line).striptags()>
Best.
Hi, I have a text field that contains HTML tags, I want to render it in formated text using FODT template. I tried with Markup() but doesn’t work. How can I do it?
<Markup(line).striptags()>
Best.
richtext is a subset of HTML so it is the same problem.