diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-27 12:05:48 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-27 12:05:48 +0200 |
| commit | 8bdc7a6778ab3849c31ec77a997d07676f210419 (patch) | |
| tree | 9593e45b048224c30c5fee2de4a387c41178d121 /docs | |
| parent | aff61790a326f214f5ea608bac8298c3a8716b1b (diff) | |
Doc'd that extra_email_context can be used to override default template context values in PasswordResetView.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 691a7cbd24..ed546877de 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:** |
