3

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'
markwalker_
  • 12,078
  • 7
  • 62
  • 99
Maruthesh
  • 213
  • 3
  • 16

1 Answers1

1

Go to your virtualenv and install html5lib in version 0.999999999

pip install html5lib==0.999999999

For me works fine :)

Krzysieqq
  • 921
  • 7
  • 10