doc/book/en/development/webstdlib/basetemplates.rst
branchstable
changeset 4751 1a9d2c3c7f0c
parent 4446 a413fac5ff5e
--- a/doc/book/en/development/webstdlib/basetemplates.rst	Tue Mar 02 19:11:46 2010 +0100
+++ b/doc/book/en/development/webstdlib/basetemplates.rst	Tue Mar 02 19:15:26 2010 +0100
@@ -130,7 +130,7 @@
                                                     view=view, context=context))
         if boxes:
             for box in boxes:
-                if box.id == 'search_box':
+                if box.__regid__ == 'search_box':
                     box.dispatch(w=self.w, view=view)
 
 
@@ -159,7 +159,7 @@
 .. _TheMainTemplate:
 
 TheMainTemplate is responsible for the general layout of the entire application.
-It defines the template of ``id = main`` that is used by the instance.
+It defines the template of ``__regid__ = main`` that is used by the instance.
 
 The default main template (`cubicweb.web.views.basetemplates.TheMainTemplate`)
 builds the page based on the following pattern: