Changeset 7663
- Timestamp:
- 06/16/08 10:41:20 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/docs/authentication.txt
r7604 r7663 517 517 template context variables: 518 518 519 * ``form``: A ``Form Wrapper`` object representing the login form. See the520 ` forms documentation`_ for more on ``FormWrapper`` objects.519 * ``form``: A ``Form`` object representing the login form. See the 520 `newforms documentation`_ for more on ``Form`` objects. 521 521 * ``next``: The URL to redirect to after successful login. This may contain 522 522 a query string, too. … … 558 558 {% endblock %} 559 559 560 .. _ forms documentation: ../forms/560 .. _newforms documentation: ../newforms/ 561 561 .. _site framework docs: ../sites/ 562 562
