mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
This commit is contained in:
parent
24cae0bedc
commit
043407ec7e
1 changed files with 2 additions and 2 deletions
|
@ -1351,8 +1351,8 @@ implementation details see :ref:`using-the-views`.
|
|||
|
||||
**Template context:**
|
||||
|
||||
* ``form``: The form (see ``set_password_form`` above) for setting the
|
||||
new user's password.
|
||||
* ``form``: The form (see ``form_class`` above) for setting the new user's
|
||||
password.
|
||||
|
||||
* ``validlink``: Boolean, True if the link (combination of ``uidb64`` and
|
||||
``token``) is valid or unused yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue