Hey Tom

I've had a look through previous tickets if something similar came up and 
also looked at the link you posted. It's the right direction, but not quite 
what I'm trying. Pulling out a single block from a template and rendering 
is easy. It breaks and throws an `AttributeError` though as soon as you've 
got a `{{ block.super }}` in the block you've pulled from the template due 
to the context not being fully assembled:

http://dpaste.com/hold/670841/

Also, say I want to pick the block "map" from the parent template will not 
work without first walking manually up the chain, and again, build the 
context:

http://dpaste.com/hold/670842/

Alen






-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/sbqc07PVHbcJ.
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