# HG changeset patch # User Sylvain Thénault # Date 1264067998 -3600 # Node ID e9e93967b7b5eea36c7b2705353975a6b6978254 # Parent a139b98b6af5abd76062ceea3077387491426b71 oopb, widget has been renamed diff -r a139b98b6af5 -r e9e93967b7b5 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):