I've made my own custom error list and the response I continue to get is this when I try to use it.
TypeError at /login/ __init__() got an unexpected keyword argument 'error_class' Request Method: POST Request URL: http://beta.ready-ready.org/login/ Exception Type: TypeError Exception Value: __init__() got an unexpected keyword argument 'error_class' Exception Location: /home/advanced/rchan/lib/python/beta/website/ views.py in viewLogin, line 22 I can't figure it out... did I code something wrong? or is django not being able to recognize the error_class arguement? here is my views.py http://pastebin.com/m7a1ce7fb here is my custom error list from my forms.py http://pastebin.com/m6d4c1c03 any ideas would be greatly appreciated! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---