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

License key not removing warning message #22

Closed davemutton closed 8 years ago

davemutton commented 8 years ago

I've paid for Froala and generated a license key on the froala website. I've inserted the key into my settings file using `FROALA_EDITOR_OPTIONS = { 'KEY': 'MY_KEY_IS HERE',

}`

But I still see the message 'Unlicensed Froala editor' in admin.

kalyanvarma commented 8 years ago

I have opened an issue #24 regarding the same. You need to use the lowercase 'key' instead of 'KEY' for now.

stefanneculai commented 8 years ago

@kalyanvarma thanks for pointing that out.