Hi everyone,

I'm leveraging auth and have a login form that uses contrib.auth.forms
AuthenticationForm.

When displaying non-field-specific errors, I get interesting results:

#template.html
# if form.errors
__all__
<ul class="errorlist">
    <li>Please enter a correct username and password. Note that both
fields are case-sensitive.</li>
</ul>

Does anyone know how I can get rid of the __all__ ?

TIA,
Brandon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to