LeeHanYeong / django-quill-editor

django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
https://django-quill-editor.readthedocs.io
MIT License
197 stars 49 forks source link

'QuillWrapper' has already been declared #122

Open AvinashPrajapati opened 1 year ago

AvinashPrajapati commented 1 year ago

I tried to render the same form instance( form has a field quillFormField() ) twice or more then in console i got error

django_quill.js:1 Uncaught SyntaxError: Identifier 'QuillWrapper' has already been declared (at django_quill.js:1:1)