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

Fix for bug #97 #108

Closed StevenMapes closed 2 years ago

StevenMapes commented 2 years ago

The previous version broke Django Formsets as the prefix was not being replaced in the Froala initialiser so the above code replaces prefix with the correct prefix count based on the table rows suffix

StevenMapes commented 2 years ago

didn't work after my initial tests