django-forms-bootstrap icon indicating copy to clipboard operation
django-forms-bootstrap copied to clipboard

as_bootstrap doesn't show field specific errors

Open dbajpeyi opened this issue 11 years ago • 0 comments

I am using pinax/django-user accounts for user authentication in one of my project.

Account/signup.html does not throw any errors if a duplicate email is entered. But when I remove the as_bootstrap tag, the error is shown which is the required behaviour according to clean_email and clean_username in : https://github.com/pinax/django-user-accounts/blob/master/account/forms.py

dbajpeyi avatar Jul 12 '13 06:07 dbajpeyi