1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

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

Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master
This commit is contained in:
Mariusz Felisiak 2019-05-27 12:05:48 +02:00
parent 86904c1850
commit 853586ee2c

View File

@ -1298,7 +1298,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:**