Skip to content

Commit

Permalink
newforms-admin: Fixed #7445 -- Removed an old reference to oldforms i…
Browse files Browse the repository at this point in the history
…n the auth documentation. Thanks peterd12.

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed Jun 16, 2008
1 parent 10c7129 commit 032e092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/authentication.txt
Expand Up @@ -516,8 +516,8 @@ It's your responsibility to provide the login form in a template called
``registration/login.html`` by default. This template gets passed three ``registration/login.html`` by default. This template gets passed three
template context variables: template context variables:


* ``form``: A ``FormWrapper`` object representing the login form. See the * ``form``: A ``Form`` object representing the login form. See the
`forms documentation`_ for more on ``FormWrapper`` objects. `newforms documentation`_ for more on ``Form`` objects.
* ``next``: The URL to redirect to after successful login. This may contain * ``next``: The URL to redirect to after successful login. This may contain
a query string, too. a query string, too.
* ``site_name``: The name of the current ``Site``, according to the * ``site_name``: The name of the current ``Site``, according to the
Expand Down Expand Up @@ -557,7 +557,7 @@ block::


{% endblock %} {% endblock %}


.. _forms documentation: ../forms/ .. _newforms documentation: ../newforms/
.. _site framework docs: ../sites/ .. _site framework docs: ../sites/


Other built-in views Other built-in views
Expand Down

0 comments on commit 032e092

Please sign in to comment.