doc/book/en/devweb/views/primary.rst
branchstable
changeset 6880 4be32427b2b9
parent 6303 1aad5389c013
child 7838 ea1360938033
--- a/doc/book/en/devweb/views/primary.rst	Mon Jan 24 09:42:09 2011 +0100
+++ b/doc/book/en/devweb/views/primary.rst	Mon Jan 24 11:39:53 2011 +0100
@@ -226,8 +226,6 @@
 
 We'll show you now an example of a ``primary`` view and how to customize it.
 
-We continue along the basic tutorial :ref:`tuto_blog`.
-
 If you want to change the way a ``BlogEntry`` is displayed, just
 override the method ``cell_call()`` of the view ``primary`` in
 ``BlogDemo/views.py``.
@@ -247,7 +245,7 @@
 
 
 The above source code defines a new primary view for
-``BlogEntry``. The `id` class attribute is not repeated there since it
+``BlogEntry``. The `__reid__` class attribute is not repeated there since it
 is inherited through the `primary.PrimaryView` class.
 
 The selector for this view chains the selector of the inherited class