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:38 -0400 |
| commit | 9c3f8643058958d591a68d33984db6f3e226b11f (patch) | |
| tree | a1ba7df213baf87b09ff9db36fc7fc48cd9ac0a1 /docs | |
| parent | ddd77d5fd348a09b13d0d3201074317f96e33dce (diff) | |
[1.10.x] Fixed a typo in docs/topics/auth/default.txt.
Backport of cdde2eac5b4653ef113b892e0a7279cf79ac70c2 from master
Diffstat (limited to 'docs')
| -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 b5a3aa9125..ca3c5c2a71 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1308,8 +1308,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. .. deprecated:: 1.9 |
