diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-15 19:08:28 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-15 19:08:28 -0500 |
| commit | 2c4cd00d071d53efc560fb38f63d7db4a162e13b (patch) | |
| tree | d9aed9f00f4a11ececd692f71daca9f20b5239fb /docs/tutorials/wiki/authorization.rst | |
| parent | f2681ae753b9cc94f88b4cf47fa44714ff20216a (diff) | |
| parent | 3d0d55e3f04810f4da83f4b794eb30f605f86d0e (diff) | |
| download | pyramid-2c4cd00d071d53efc560fb38f63d7db4a162e13b.tar.gz pyramid-2c4cd00d071d53efc560fb38f63d7db4a162e13b.tar.bz2 pyramid-2c4cd00d071d53efc560fb38f63d7db4a162e13b.zip | |
Merge branch 'master' of github.com:Pylons/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 --------------------------- |
