From 8441d57b36a7522a4c4bbe0936774829bfa0e742 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 2 Jun 2009 05:44:33 +0000 Subject: fixed typo --- docs/tutorials/bfgwiki2/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfgwiki2/authorization.rst b/docs/tutorials/bfgwiki2/authorization.rst index 5db71a217..94bff565e 100644 --- a/docs/tutorials/bfgwiki2/authorization.rst +++ b/docs/tutorials/bfgwiki2/authorization.rst @@ -118,7 +118,7 @@ and logout views. Add a file named ``login.py`` to your application Changing Existing Views ~~~~~~~~~~~~~~~~~~~~~~~ -Then we need to change each opf our ``view_page``, ``edit_page`` and +Then we need to change each of our ``view_page``, ``edit_page`` and ``add_page`` views in ``views.py`` to pass a "logged in" parameter into its template. We'll add something like this to each view body: -- cgit v1.2.3