Closed ndarville closed 11 years ago
Stack Overflow:
Because it does not apply to any single field of the form, the validation error for mismatched passwords is attached to the form itself, and so must be accessed via the form’s
non_field_errors()
method.
send_mail
error. Probably has nothing to do with the new codeCustomRegistrationForm
and form tests implemented in f961c40.
The fixture problem was fixed by following the advice in this SO answer reflected in the models.py
diff.
Here we go; the trick was to use the form
variable passed.
+filters will be addressed later.
Why Not to Use Default Templates
autofocus
andrequired
option