Ver código fonte

Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.

Tim Graham 6 anos atrás
pai
commit
043407ec7e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/topics/auth/default.txt

+ 2 - 2
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.