Fixed mis-capitalisation in comment.
This commit is contained in:
parent
43f54e136e
commit
bd228cb599
|
@ -881,7 +881,7 @@ class PasswordResetFormTest(TestDataMixin, TestCase):
|
||||||
|
|
||||||
def test_save_html_email_template_name(self):
|
def test_save_html_email_template_name(self):
|
||||||
"""
|
"""
|
||||||
Test the PasswordResetFOrm.save() method with html_email_template_name
|
Test the PasswordResetForm.save() method with html_email_template_name
|
||||||
parameter specified.
|
parameter specified.
|
||||||
Test to ensure that a multipart email is sent with both text/plain
|
Test to ensure that a multipart email is sent with both text/plain
|
||||||
and text/html parts.
|
and text/html parts.
|
||||||
|
|
Loading…
Reference in New Issue