diff -r 25b46db3cb81 -r 73af05429cb4 entity.py --- a/entity.py Thu Apr 30 12:36:14 2009 +0200 +++ b/entity.py Thu Apr 30 12:36:33 2009 +0200 @@ -128,7 +128,7 @@ wdgname = 'TextInput' widget = getattr(formwidgets, wdgname) AutomaticEntityForm.rwidgets.tag_relation( - wdgname, (etype, rtype, '*'), 'subject') + widget, (etype, rtype, '*'), 'subject') return super(_metaentity, mcs).__new__(mcs, name, bases, classdict)