소스 검색

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

Mariusz Felisiak 5 년 전
부모
커밋
8bdc7a6778
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/topics/auth/default.txt

+ 2 - 1
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:**