Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-20 Thread Karen Tracey
On Jan 20, 2008 11:38 AM, Roboto <[EMAIL PROTECTED]> wrote: > > Yes, right now I'm using 0.96 > > Is error_class a 0.97 feature? > Well, strictly speaking there is no 0.97, since 0.96 is the most recent "release". So it's a post-0.06 feature, available if you use an SVN checkout as opposed to th

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-20 Thread Karen Tracey
On Jan 20, 2008 11:43 AM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Jan 20, 2008 11:38 AM, Roboto <[EMAIL PROTECTED]> wrote: > > > > > Yes, right now I'm using 0.96 > > > > Is error_class a 0.97 feature? > > > > Well, strictly speaking there is no 0.97, since 0.96 is the most recent > "release"

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-20 Thread Roboto
Yes, right now I'm using 0.96 Is error_class a 0.97 feature? Thanks Karen. I can redo my css =P to revert to ul and li it's not that big of an issue. On Jan 20, 11:26 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Jan 20, 2008 10:42 AM, Roboto <[EMAIL PROTECTED]> wrote: > > > > > The defin

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-20 Thread Karen Tracey
On Jan 20, 2008 10:42 AM, Roboto <[EMAIL PROTECTED]> wrote: > > The definition for loginForm can be found at the bottom of this > pastebin > > http://pastebin.com/m79fa445e > > OK, since loginForm doesn't override __init__ then it the error must be coming from Django code. Are you using 0.96? It

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-20 Thread Roboto
The definition for loginForm can be found at the bottom of this pastebin http://pastebin.com/m79fa445e On Jan 20, 12:39 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Jan 20, 2008 12:31 AM, Roboto <[EMAIL PROTECTED]> wrote: > > > > > whoops - here is the re-edited pastebin > > >http://paste

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Karen Tracey
On Jan 20, 2008 12:31 AM, Roboto <[EMAIL PROTECTED]> wrote: > > whoops - here is the re-edited pastebin > > http://pastebin.com/m225477f8 > So is loginForm coming from beta.website.forms? It's the definition of loginForm that would be most helpful to see. Karen > On Jan 19, 11:36 pm, "Karen T

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Roboto
and here is the beta.website.forms code http://pastebin.com/m79fa445e On Jan 20, 12:31 am, Roboto <[EMAIL PROTECTED]> wrote: > whoops - here is the re-edited pastebin > > http://pastebin.com/m225477f8 > > On Jan 19, 11:36 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > On Jan 19, 2008 2:02 P

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Roboto
whoops - here is the re-edited pastebin http://pastebin.com/m225477f8 On Jan 19, 11:36 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Jan 19, 2008 2:02 PM, Roboto <[EMAIL PROTECTED]> wrote: > > > > > > > I've made my own custom error list and the response I continue to get > > is this when I

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Roboto
Hey Karen, I've reapplied pastebin - the error that line 22 is pointing to is the call form = loginForm(data, error_class=pError) line On Jan 19, 11:36 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Jan 19, 2008 2:02 PM, Roboto <[EMAIL PROTECTED]> wrote: > > > > > > > I've made my own cust

Re: Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Karen Tracey
On Jan 19, 2008 2:02 PM, Roboto <[EMAIL PROTECTED]> wrote: > > 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:

Help with either setting or lack of knowledge of Custom error_class

2008-01-19 Thread Roboto
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 Ex