On 4/10/06, atlithorn <[EMAIL PROTECTED]> wrote:
> But it doesn't, ie. you cannot overwrite block tags from you parent's
> parent unless your parent specifies them too so you get this:
> <html>
> <body>
> <h1>ho ho</h1>
> </body>
> </html>
>
> Just wondering whether there is a solution other than sticking {%block
> ...%]{{block.super}}{%endblock%} all over the place in index.html or
> splitting things up even more with {%include/ssi%}

Hmmm. Are you sure? I'm pretty confident you *can* overwrite block
tags from your parent's parent, even if the parent doesn't specify the
blocks. I believe we have unit tests backing that up.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

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

Reply via email to