#2915 closed defect (fixed)
[patch] Typo in django.contrib.auth.views.password_reset
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | trivial | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On line 84 of django.contrib.auth.forms.py, 'account' is misspelled 'acount'.
Attachments (1)
Change History (4)
by , 19 years ago
| Attachment: | password_reset.diff added |
|---|
comment:1 by , 19 years ago
| Summary: | Typo in django.contrib.auth.views.password_reset → [patch] Typo in django.contrib.auth.views.password_reset |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to correct the spelling error.