oopb, widget has been renamed
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 21 Jan 2010 10:59:58 +0100
changeset 4311 e9e93967b7b5
parent 4310 a139b98b6af5
child 4312 740397c24ec3
oopb, widget has been renamed
web/views/bookmark.py
--- a/web/views/bookmark.py	Thu Jan 21 10:57:20 2010 +0100
+++ b/web/views/bookmark.py	Thu Jan 21 10:59:58 2010 +0100
@@ -25,7 +25,7 @@
 _afs.tag_attribute(('Bookmark', 'path'), 'muledit', 'attributes')
 
 _affk = uicfg.autoform_field_kwargs
-_affk.tag_attribute(('Bookmark', 'path'), {'widget': fw.URLUnescapedInput})
+_affk.tag_attribute(('Bookmark', 'path'), {'widget': fw.EditableURLWidget})
 
 
 class FollowAction(action.Action):