Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#2915 closed defect (fixed)

[patch] Typo in django.contrib.auth.views.password_reset

Reported by: matt.riggott@… 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)

password_reset.diff (820 bytes ) - added by matt.riggott@… 18 years ago.
Patch to correct the spelling error.

Download all attachments as: .zip

Change History (4)

by matt.riggott@…, 18 years ago

Attachment: password_reset.diff added

Patch to correct the spelling error.

comment:1 by anonymous, 18 years ago

Summary: Typo in django.contrib.auth.views.password_reset[patch] Typo in django.contrib.auth.views.password_reset

comment:2 by Russell Keith-Magee, 18 years ago

Resolution: fixed
Status: newclosed

(In [3908]) Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.

comment:3 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top