Closed tonthon closed 11 years ago
The following
https://github.com/Kotti/deform_bootstrap/commit/45de9ca8738aabb7314cbfe8ef7f53668edeb0ff
introduced requirements on deform_bootstrap widgets causing the following error
File "/.../lib/python2.7/site-packages/deform-0.9.5-py2.7.egg/deform/widget.py", line 1549, in __call__ 'Cannot resolve widget requirement %r' % requirement) ValueError: Cannot resolve widget requirement 'chosen'
The requirements should be registered in the default_resource_registry.
The following
introduced requirements on deform_bootstrap widgets causing the following error
The requirements should be registered in the default_resource_registry.