diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingviews.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 363f96d5d..e2f96cf50 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -112,7 +112,7 @@ The ``add_page`` function will be invoked when a user clicks on a ``check`` function within the ``view_page`` view generates URLs to this view. It also acts as a handler for the form that is generated when we want to add a page object. The ``context`` of the -``add_page`` view is will always have the attributes we need to +``add_page`` view will always have the attributes we need to construct URLs and find model objects. The context object will have a ``pagename`` attribute that matches the |
