diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-19 08:26:05 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-19 08:26:05 -0400 |
| commit | ead3c7e169dbac62f97cbaffc15f3c40430b70ea (patch) | |
| tree | db873cefdb660c43af2c1b3922c4eb1b6c0d5e88 /docs/tutorials/wiki2/authorization.rst | |
| parent | 02fe94acabd76ccb35b10f20534b6ec46f392773 (diff) | |
| download | pyramid-ead3c7e169dbac62f97cbaffc15f3c40430b70ea.tar.gz pyramid-ead3c7e169dbac62f97cbaffc15f3c40430b70ea.tar.bz2 pyramid-ead3c7e169dbac62f97cbaffc15f3c40430b70ea.zip | |
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index 76ce4b83f..df5e228fd 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -54,7 +54,7 @@ inside our ``models.py`` file. Add the following statements to your ``models.py`` file: .. literalinclude:: src/authorization/tutorial/models.py - :lines: 3-4,45-49 + :lines: 3-4,45-50 :linenos: :language: python @@ -228,7 +228,7 @@ We'll then change the return value of these views to pass the `resulting .. code-block:: python :linenos: - return dict(page = context, + return dict(page = page, content = content, logged_in = logged_in, edit_url = edit_url) |
