summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-27 12:05:48 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-27 12:26:41 +0200
commit853586ee2cb168fccb8ffc36c943cc97e2aed874 (patch)
tree55623ee675c067ca74a14c148820edbb875ae78e /docs
parent86904c1850bf36cccbeaaa4d82daaf1269b23c60 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index a1c0e32ce0..1af4951356 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -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:**