From be3d6f9b1bc55a5c20b04d36a0724f1ec092d169 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Thu, 6 Jan 2011 00:35:40 -0500 Subject: [PATCH] Updated wiki tutorial docs --- docs/tutorials/wiki/authorization.rst | 6 +-- docs/tutorials/wiki/basiclayout.rst | 1 - docs/tutorials/wiki/definingmodels.rst | 2 +- docs/tutorials/wiki/definingviews.rst | 20 +++---- docs/tutorials/wiki/distributing.rst | 2 +- docs/tutorials/wiki/installation.rst | 74 +++++++++++++------------- docs/tutorials/wiki2/authorization.rst | 8 +-- docs/tutorials/wiki2/definingviews.rst | 28 +++++----- docs/tutorials/wiki2/distributing.rst | 2 +- docs/tutorials/wiki2/installation.rst | 32 +++++------ 10 files changed, 83 insertions(+), 92 deletions(-) diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 1b66ace965..ee86eb5433 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -136,7 +136,6 @@ Add a ``login.pt`` template to your templates directory. It's referred to within the login view we just added to ``login.py``. .. literalinclude:: src/authorization/tutorial/templates/login.pt - :linenos: :language: xml Change ``view.pt`` and ``edit.pt`` @@ -146,11 +145,10 @@ We'll also need to change our ``edit.pt`` and ``view.pt`` templates to display a "Logout" link if someone is logged in. This link will invoke the logout view. -To do so we'll add this to both templates within the ``
`` div: +To do so we'll add this to both templates within the ``