Hello

I have a view with the following render_to_template function

...

return render_to_response( 'template/template.html', {var'': var},
context_instance=RequestContext(request))
...

I want the render_to_response to point to more than 1 template. So far
I've tried adding a dictionary of templates but it gives me an error,
maybe I'm
not doing it properly

If anyone can teach me how to do it I'd really appreciate it

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-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.

Reply via email to