The variables that I put in Django-ckeditor are not displayed correctly. Is there a way to do it? enter image description here
I used autoescape and safe .
{% autoescape off %}
{{ msg }}
{% endautoescape %}
{{ message |safe }}
The variables that I put in Django-ckeditor are not displayed correctly. Is there a way to do it? enter image description here
I used autoescape and safe .
{% autoescape off %}
{{ msg }}
{% endautoescape %}
{{ message |safe }}
Copyright © 2021 Jogjafile Inc.