On Dec 30, 3:43 am, Florian Lindner <[EMAIL PROTECTED]> wrote:
> My problem is that I want to pass the info_dict to the generic view
> and the CommentForm as extra_context.
>
> How can I do this? I think I somehow mix up the dictionaries....
Try this:
dict(info_dict, extra_context={'CommentForm':CommentForm})
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---