> I am trying to figure out if there is a way to pass additional context > to a template from the view, say I have made a contact page but this > page needs to access a form, currently I don't know how I would be > able to do that, that is, to pass the form context to whatever > template the Page specifies. Normally I'd just map a URL to a > "contact" view function that handles the form and passes it off to a > template. I am trying to be efficient about this without "hard-coding" > that in ... if that makes sense.
I'm not exactly understanding what you would like to do. But it seems that you may have to expand your schema so that page stores either the Form code, or perhaps the location of a Form class along with a template. Your view would then check if the page contains a form, and the handle things slightly differently for those types of pages (i.e. processing POST values, and passing the form into the template). HTH --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---