diff -r 875dc33551a9 -r 1a9d2c3c7f0c doc/book/en/development/webstdlib/primary.rst --- a/doc/book/en/development/webstdlib/primary.rst Tue Mar 02 19:11:46 2010 +0100 +++ b/doc/book/en/development/webstdlib/primary.rst Tue Mar 02 19:15:26 2010 +0100 @@ -27,7 +27,7 @@ class PrimaryView(EntityView): """the full view of an non final entity""" - id = 'primary' + __regid__ = 'primary' title = _('primary') show_attr_label = True show_rel_label = True