From 043407ec7e6e659a69c2432319140b4a813928d2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 22 Oct 2018 15:16:11 -0400 Subject: [PATCH] Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt. --- docs/topics/auth/default.txt | 4 ++-- 1 file 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.