diff options
| author | sujayskumar <sujay.skumar141295@gmail.com> | 2015-06-18 18:19:35 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-18 18:56:04 -0400 |
| commit | d8d853378b3ff75c03d8bd91ea026d2b8c642b0f (patch) | |
| tree | 2940f0b5eff6cef6848da60ad7c22acf63f43447 /tests/auth_tests/templates/registration/password_reset_email.html | |
| parent | aac2a2d2ae2486342058db0c72ed7ba2c7c8eb1e (diff) | |
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
Diffstat (limited to 'tests/auth_tests/templates/registration/password_reset_email.html')
| -rw-r--r-- | tests/auth_tests/templates/registration/password_reset_email.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auth_tests/templates/registration/password_reset_email.html b/tests/auth_tests/templates/registration/password_reset_email.html index baac2fc2dd..07043aa92e 100644 --- a/tests/auth_tests/templates/registration/password_reset_email.html +++ b/tests/auth_tests/templates/registration/password_reset_email.html @@ -1 +1,2 @@ {{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/ +Email email context: "{{ greeting }}" |
