Module 'html5lib.filters.sanitizer' has no attribute 'allowed_elements'

463 Views Asked by At

I am not able to add any content in the page it is throwing the error

AttributeError at /en/admin/cms/page/add-plugin/

module 'html5lib.filters.sanitizer' has no attribute 'allowed_elements'
1

There are 1 best solutions below

0
On

Go to your virtualenv and install html5lib in version 0.999999999

pip install html5lib==0.999999999

For me works fine :)