diff options
| author | Tim Graham <timograham@gmail.com> | 2018-10-22 15:16:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-10-22 15:16:11 -0400 |
| commit | 043407ec7e6e659a69c2432319140b4a813928d2 (patch) | |
| tree | f9952ba87da4b6eec8fbc5f9ece465a2cb2c5b18 /docs | |
| parent | 24cae0bedc51093b363c323af555946a8edea1a1 (diff) | |
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 234a698087..328b9c69bf 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -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. |
