froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

Django Backend - License issue #72

Closed SteveChurch closed 5 years ago

SteveChurch commented 5 years ago

Django 2.2 Froala 3.0.3

In the backend of my Django admin some of my Froala editors load fine, 2 at the bottom do not. They show a license issue. I've ran into quite a few problems with Froala since using it. Here is the output from console:

image

To add to this. It would seem that Jquery is not working but it is loaded. image image

SteveChurch commented 5 years ago

Ok so the plot thickens.

In the backend of Django I have 8 Froala Editors. 6 are loading. The last 2 are not.

The are all loaded in exactly the same way, using the same FROALA_SETTINGS passed to them. But check this out...

image

The last one is being loaded with the default settings

SteveChurch commented 5 years ago

This has now been resolved.