Re: adding user instance to the comments constructor for a dynamic comment form

2010-08-29 Thread Cody Django
sure, whatever.  maybe you miss the point: I'd like to include the
user instance in the constructor.  Is there a way to do this without
rewriting the comments framework?

C



On Aug 29, 4:24 pm, "Evan H. Carmi"  wrote:
> On Sun, 29 Aug 2010 16:08:45 -0700 (PDT)
>
> Cody Django  wrote:
> > I'd like to have the comment form contain a captcha if the user is
> > logged in.
>
> Do you mean "have the comment form contain a captcha if the user *is
> not* logged in?
>
> -E

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: adding user instance to the comments constructor for a dynamic comment form

2010-08-29 Thread Evan H. Carmi
On Sun, 29 Aug 2010 16:08:45 -0700 (PDT)
Cody Django  wrote:

> I'd like to have the comment form contain a captcha if the user is
> logged in.
Do you mean "have the comment form contain a captcha if the user *is
not* logged in?

-E

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



adding user instance to the comments constructor for a dynamic comment form

2010-08-29 Thread Cody Django
I'd like to have the comment form contain a captcha if the user is
logged in.  short of rewriting the provided comment template tags I
haven't found a solution.   I'm curious if this issue hasn't been
already addressed.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.