diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 12d538f..629cc82 100644
|
a
|
b
|
includes a few other useful built-in views located in
|
| 983 | 983 | |
| 984 | 984 | .. function:: password_reset_done(request[, template_name]) |
| 985 | 985 | |
| 986 | | The page shown after a user has reset their password. |
| | 986 | The page shown after a user has been emailed a link to reset their |
| | 987 | password. This view is called by default if the view :func:`password_reset` |
| | 988 | doesn't have an explicit ``post_reset_redirect`` URL set. |
| 987 | 989 | |
| 988 | 990 | **Optional arguments:** |
| 989 | 991 | |