web/views/bookmark.py
changeset 4311 e9e93967b7b5
parent 4309 bdac9e9e76cd
child 5113 f8cbdb51e6d4
--- 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):