summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-10-22 15:16:11 -0400
committerTim Graham <timograham@gmail.com>2018-10-22 15:19:53 -0400
commit54732e2891e0fb92e6fa8c266522282e46d3a60a (patch)
tree26911f432275eb5bb2f5e4e4ecfe52392313ce6d
parent021f67be4b35e918e3bbc820afabcf461763a481 (diff)
[2.1.x] Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
Backport of 043407ec7e6e659a69c2432319140b4a813928d2 from master.
-rw-r--r--docs/topics/auth/default.txt4
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.