doc/book/en/development/webstdlib/primary.rst
branchstable
changeset 4751 1a9d2c3c7f0c
parent 4437 21f2e01fdd6a
child 4936 a4b772a0d801
--- 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