Changeset 7450
- Timestamp:
- 04/23/08 11:31:48 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/auth/forms.py
r7449 r7450 89 89 90 90 class PasswordResetForm(forms.Form): 91 email = forms.EmailField(label=_("E mail"), max_length=40)91 email = forms.EmailField(label=_("E-mail"), max_length=40) 92 92 93 93 def clean_email(self):
