mirror of
https://github.com/Hopiu/django.git
synced 2026-05-28 16:38:23 +00:00
Fixed mis-capitalisation in comment.
This commit is contained in:
parent
43f54e136e
commit
bd228cb599
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ class PasswordResetFormTest(TestDataMixin, TestCase):
|
|||
|
||||
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.
|
||||
Test to ensure that a multipart email is sent with both text/plain
|
||||
and text/html parts.
|
||||
|
|
|
|||
Loading…
Reference in a new issue