summaryrefslogtreecommitdiff
path: root/tests/auth_tests/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
authorsujayskumar <sujay.skumar141295@gmail.com>2015-06-18 18:19:35 +0530
committerTim Graham <timograham@gmail.com>2015-09-18 18:56:04 -0400
commitd8d853378b3ff75c03d8bd91ea026d2b8c642b0f (patch)
tree2940f0b5eff6cef6848da60ad7c22acf63f43447 /tests/auth_tests/templates/registration/password_reset_email.html
parentaac2a2d2ae2486342058db0c72ed7ba2c7c8eb1e (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.html1
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 }}"