You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great tutorial!
django-ribbit crashces with Django 1.6 if a missing password field for login or mismatching passwords are entered with registration: parse cannot concatenate 'str' and 'ErrorList' objects
strip_tags(str(error)) seems to work, but the error messages are masked under password form fields.
The text was updated successfully, but these errors were encountered:
Great tutorial!
django-ribbit crashces with Django 1.6 if a missing password field for login or mismatching passwords are entered with registration: parse cannot concatenate 'str' and 'ErrorList' objects
strip_tags(str(error)) seems to work, but the error messages are masked under password form fields.
The text was updated successfully, but these errors were encountered: