Cant add math/science equation in the django-ckeditor outside django admin
Good day everyone! I'm hopping anyone has idea why its not working. Basically I used Django ckeditor as my WYSIWYG for my project. I tried it inside django admin and it is working fine. However, when I used it outside Django admin(in my template) I cant insert any equations. Its seems the textbox is disable. I cant put any value on it. It display only the placeholder equation(quadratic equation)
This is the template
This is the models.py and forms.py
This is where I used the editor in my create_activity.html
I tried to search for this issue but I found none.I hope anyone can help.