From 8bdc7a6778ab3849c31ec77a997d07676f210419 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 27 May 2019 12:05:48 +0200 Subject: [PATCH] Doc'd that extra_email_context can be used to override default template context values in PasswordResetView. --- docs/topics/auth/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 691a7cbd24f..ed546877de7 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -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:**