Doc'd that extra_email_context can be used to override default template context values in PasswordResetView.

This commit is contained in:
Mariusz Felisiak 2019-05-27 12:05:48 +02:00
parent aff61790a3
commit 8bdc7a6778
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
1 changed files with 2 additions and 1 deletions

View File

@ -1292,7 +1292,8 @@ implementation details see :ref:`using-the-views`.
link. By default, HTML email is not sent.
* ``extra_email_context``: A dictionary of context data that will be
available in the email template.
available in the email template. It can be used to override default
template context values listed below e.g. ``domain``.
**Template context:**