Re: Subclassing CommentForm

2009-02-07 Thread Shantp
Wow. Just removing the () after my subclassed commentform worked. Thanks a lot. I hope that ticket is completed soon and added into django. On Feb 7, 8:31 pm, Eric Abrahamsen wrote: > On Feb 8, 2009, at 12:15 PM, Shantp wrote: > > > > > > > Hi, > > > I've got a custom comment form in my template

Re: Subclassing CommentForm

2009-02-07 Thread Eric Abrahamsen
On Feb 8, 2009, at 12:15 PM, Shantp wrote: > > Hi, > > I've got a custom comment form in my template using "get_comment_form" > and I'd like email to not be required. From some searching I see that > I need to subclass the CommentForm, but I don't know exactly how to go > about this. Here's what

Subclassing CommentForm

2009-02-07 Thread Shantp
Hi, I've got a custom comment form in my template using "get_comment_form" and I'd like email to not be required. From some searching I see that I need to subclass the CommentForm, but I don't know exactly how to go about this. Here's what I put into my forms.py from django.contrib.comments.form