On Tue, 2009-03-03 at 16:00 -0800, Roy wrote:
> Sorry for the lack of detail, by "not working" I mean that the
> rendering to the child.html template shows "Place content here" which
> is in the unnamed, dynamically included template, instead of the "My
> content!" that I put in the content block of child.html.
> 
> Basically the extended template (child.html) does not seem to
> recognize/replace template blocks inside the included template.
> 
> Probably need to approach what I'm doing in a different way though.

Yes. The "extends" tag does all its processing before rendering anything
inside it. Which means the contents of "includes" tags won't be
processed until later.

Malcolm



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