Re: template inheritance miff

2008-12-20 Thread bruno desthuilliers
On 20 déc, 18:48, "Milan Andric" wrote: > Hello, > > I have two templates in this example, > page_base.htmlhttp://dpaste.com/101058/and intro.html > http://dpaste.com/101059/. > intro.html inherits from page_base.html, but the content_head block > does not get inherited. what am i doing wr

template inheritance miff

2008-12-20 Thread Milan Andric
Hello, I have two templates in this example, page_base.html http://dpaste.com/101058/ and intro.html http://dpaste.com/101059/ . intro.html inherits from page_base.html, but the content_head block does not get inherited. what am i doing wrong or mis-understanding? Thanks for your help, Milan