From c4ecfa66e757e46e6242c242a82b3379f0fee289 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Jun 2009 02:39:20 +0000 Subject: Not a term. --- docs/tutorials/bfgwiki2/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 178f4922a..363f96d5d 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -117,7 +117,7 @@ construct URLs and find model objects. The context object will have a ``pagename`` attribute that matches the name of the page we'd like to add. If our add view is invoked via, -e.g. ``http://localhost:6543/add_page/SomeName``, the :term:`pagename` +e.g. ``http://localhost:6543/add_page/SomeName``, the ``pagename`` attribute of the context will be ``SomeName``. If the view rendering is *not* a result of a form submission (if the -- cgit v1.2.3