diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-01-15 19:05:26 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-01-15 19:05:26 -0500 |
| commit | 3d0d55e3f04810f4da83f4b794eb30f605f86d0e (patch) | |
| tree | d9aed9f00f4a11ececd692f71daca9f20b5239fb /docs/tutorials/wiki/authorization.rst | |
| parent | 0a614cb3e6d9034addb3f894858f6e603bed8418 (diff) | |
| parent | b05b6833331631c9be651389ce233ca1bdccbf2e (diff) | |
| download | pyramid-3d0d55e3f04810f4da83f4b794eb30f605f86d0e.tar.gz pyramid-3d0d55e3f04810f4da83f4b794eb30f605f86d0e.tar.bz2 pyramid-3d0d55e3f04810f4da83f4b794eb30f605f86d0e.zip | |
Merge branch 'longlines' of git://github.com/johnwshipman/pyramid
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index ee86eb543..5e45c070e 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -137,6 +137,7 @@ referred to within the login view we just added to ``login.py``. .. literalinclude:: src/authorization/tutorial/templates/login.pt :language: xml + :tab-width: 2 Change ``view.pt`` and ``edit.pt`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -281,12 +282,14 @@ Our ``edit.pt`` template will look something like this when we're done: .. literalinclude:: src/authorization/tutorial/templates/edit.pt :linenos: :language: xml + :tab-width: 2 Our ``view.pt`` template will look something like this when we're done: .. literalinclude:: src/authorization/tutorial/templates/view.pt :linenos: :language: xml + :tab-width: 2 Revisiting the Application --------------------------- |
