diff options
| author | aruseni <aruseni.magiku@gmail.com> | 2016-09-18 03:09:15 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-17 20:09:15 -0400 |
| commit | cdde2eac5b4653ef113b892e0a7279cf79ac70c2 (patch) | |
| tree | c9a0055fb8677691cf18492cb4f32cfd0690665e | |
| parent | e43ea36b7681e43ea99505a2cf7550d4d36016b3 (diff) | |
Fixed a typo in docs/topics/auth/default.txt.
| -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 310f09e322..2ceda28885 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1370,8 +1370,8 @@ implementation details see :ref:`using-the-views`. for generating a ``text/html`` multipart email with the password reset link. By default, HTML email is not sent. - * ``extra_email_context``: A dictionary of context data that will available - in the email template. + * ``extra_email_context``: A dictionary of context data that will be + available in the email template. **Template context:** |
