Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

widget requirements causes errors in form rendering since they are not registered #41

Closed tonthon closed 11 years ago

tonthon commented 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.