I'm using a trick involving jQuery taconite plugin, and child
template.
I have two base templates for the child template (taconite one, for
ajax requests, and regular one).
And you can put a variable into {% extends %} tag, instead of string.
Something like {% extends base_template %}
and then define the base_template variable in your view, so for ajax
call, you will pass a different base template.

On Oct 2, 1:38 pm, megrez80 <[EMAIL PROTECTED]> wrote:
> Is there a way to render just a child template (without it's
> parent(s)) and pass the results back in response to an
> Ajax.Updater request?  I want to do this to dynamically update a
> container in an already-rendered page.
>
> Ken....
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to