CKEDITOR in django, problems with tags

0
  • Hello, I have the following problem, install CKEDITOR on a website with django that I am doing, and when posting a post, the post appears on the web but with the tags

    visible, in this way (I leave image)

  • How can I make these html tags disappear ?, in inspecting the source code from the browser you see this (I leave image)

I need to see those labels when viewing from the web.

Thank you very much.

    
asked by Fabian 20.10.2018 в 03:32
source

1 answer

0

I already solved it, I just had to put it safe when I called the variable for example I had it as {{project.description}} but I had to put it that way {{project.description | safe}}

    
answered by 21.10.2018 в 21:55