-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Froala not working in Django admin's inlines #40
Comments
Same in here, no JS error or any thing. The issue happens when you try to add a new element in the inline. |
Great editor, but unfortunately same to me too. Subscribing. |
You could override your change_form.html with something along these lines:
|
I Caught 'admin/change_form.html' and add code as say blablacio. Now everywhere always work. THX!!! |
Thank you @blablacio . |
In Django admin, using FroalaField/FroalaWidget in inline model breaks the editor. No Froala buttons can be pressed, characters are not counted, placeholder doesn't disappear, no content is saved after submission.
This might be a general problem with formsets.
The text was updated successfully, but these errors were encountered: