diff -r 2d1b721fded9 -r b20677336ee6 web/views/bookmark.py --- a/web/views/bookmark.py Thu Mar 26 19:15:57 2009 +0100 +++ b/web/views/bookmark.py Thu Mar 26 20:11:20 2009 +0100 @@ -1,7 +1,7 @@ """Primary view for bookmarks + user's bookmarks box :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" @@ -14,6 +14,10 @@ from cubicweb.web.action import Action from cubicweb.web.box import UserRQLBoxTemplate from cubicweb.web.views.baseviews import PrimaryView +from cubicweb.web.views.editform import AutomaticEntityForm + +AutomaticEntityForm.rcategories.set_rtag('primary', 'path', 'subject', 'Bookmark') +AutomaticEntityForm.rwidgets.set_rtag('StringWidget', 'path', 'subject', 'Bookmark') class FollowAction(Action):