diff options
| author | goodwillcoding <goodwillcoding@webhippo.net> | 2013-01-20 11:58:08 -0800 |
|---|---|---|
| committer | goodwillcoding <goodwillcoding@webhippo.net> | 2013-01-20 11:58:08 -0800 |
| commit | 616762f0316064038686cdf8f7ce51bd6fddb915 (patch) | |
| tree | fae96ca641eade704f5984f0c8d99e3ce74585bb /docs/tutorials/wiki2/authorization.rst | |
| parent | 768f520d49bd541b6d6f4c474ce2d96a8482704a (diff) | |
| parent | 445eb8708fa48209947377f6de609799dd843ad6 (diff) | |
| download | pyramid-616762f0316064038686cdf8f7ce51bd6fddb915.tar.gz pyramid-616762f0316064038686cdf8f7ce51bd6fddb915.tar.bz2 pyramid-616762f0316064038686cdf8f7ce51bd6fddb915.zip | |
Merge pull request #810 from tshepang/master
fix #763
thank
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authorization.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index 321f1f9c4..5ede26920 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -36,9 +36,6 @@ Then we will add the login and logout feature: * Add a "Logout" link to be shown when logged in and viewing or editing a page (``view.pt``, ``edit.pt``). -The source code for this tutorial stage can be browsed at -`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki2/src/authorization/ -<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki2/src/authorization/>`_. Access Control -------------- |
