I'm using the standard Django comment framework on Django 1.1. My
template uses »render_comment_form for ...« to display a comment form.
What I'd like to do is to prepopulate the name and email fields on the
form from request.user iff the request is authenticated, but I don't
see how to get at the form to pass it an »initial« dict.

Is there a way to do this that doesn't involve rewriting the
render_comment_form tag and its underlying infrastructure?

--

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.


Reply via email to