Rewrite all forms to use Django Forms with validation #1
Reference in New Issue
Block a user
Delete Branch "form-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Add ProductEditForm, EditProfileForm, ChangePasswordForm, ShippingAddressForm - Add ResetPasswordForm, ResetPasswordPhase2Form - Update views to use new Django Forms - Add form validation tests (terms required, password mismatch, etc) - Update templates to use Django Forms {{ form.as_p }}