0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed a typo in docs/topics/auth/default.txt.

This commit is contained in:
aruseni 2016-09-18 03:09:15 +03:00 committed by Tim Graham
parent e43ea36b76
commit cdde2eac5b

View File

@ -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:**