diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-02-28 22:30:45 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-02-28 22:30:45 -0800 |
| commit | ae5cccc2bb5e749effc34f624e0abbb149fc389f (patch) | |
| tree | 610999c8fe6579c0771b9e64809f55fc9c96e9a9 /docs/tutorials/wiki2/authentication.rst | |
| parent | 3e30040da7c2d5c38b330727b48d9f6b852956d9 (diff) | |
| parent | 20eac53d0df1687be897677dfc0dd0405271faef (diff) | |
| download | pyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.tar.gz pyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.tar.bz2 pyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.zip | |
Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into feature/alchemy-scaffold-update
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst index 9ee223a50..5447db861 100644 --- a/docs/tutorials/wiki2/authentication.rst +++ b/docs/tutorials/wiki2/authentication.rst @@ -207,7 +207,7 @@ Create a new file ``tutorial/views/auth.py``, and add the following code to it: :linenos: :language: python -This code adds three new views to application: +This code adds three new views to the application: - The ``login`` view renders a login form and processes the post from the login form, checking credentials against our ``users`` table in the database. |
