--- a/web/views/bookmark.py Wed Sep 23 11:10:38 2009 +0200
+++ b/web/views/bookmark.py Wed Sep 23 11:13:39 2009 +0200
@@ -20,7 +20,7 @@
_abaa.tag_object_of(('*', 'bookmarked_by', '*'), False)
class FollowAction(action.Action):
- id = 'follow'
+ __regid__ = 'follow'
__select__ = implements('Bookmark')
title = _('follow')
@@ -50,7 +50,7 @@
class BookmarksBox(box.UserRQLBoxTemplate):
"""display a box containing all user's bookmarks"""
- id = 'bookmarks_box'
+ __regid__ = 'bookmarks_box'
order = 40
title = _('bookmarks')
rql = ('Any B,T,P ORDERBY lower(T) '