From 6363eeb18b026bcb33121bab5f5e8cfcba41a3f9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 9 Oct 2009 18:16:04 +0000 Subject: view -> static directive. --- docs/tutorials/bfgwiki/definingviews.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/tutorials/bfgwiki/definingviews.rst') diff --git a/docs/tutorials/bfgwiki/definingviews.rst b/docs/tutorials/bfgwiki/definingviews.rst index 1519bedab..53578e90f 100644 --- a/docs/tutorials/bfgwiki/definingviews.rst +++ b/docs/tutorials/bfgwiki/definingviews.rst @@ -259,11 +259,7 @@ Mapping Views to URLs in ``configure.zcml`` The ``configure.zcml`` file contains ``view`` declarations which serve to map URLs (via :term:`traversal`) to view functions. You'll need to -add five ``view`` declarations to ``configure.zcml``. - -#. Add a declaration which maps the "Wiki" class in our ``models.py`` - file to the view named ``static_view`` in our ``views.py`` file with - the view name ``static``. +add four ``view`` declarations to ``configure.zcml``. #. Add a declaration which maps the "Wiki" class in our ``models.py`` file to the view named ``view_wiki`` in our ``views.py`` file with -- cgit v1.2.3