Re: nested block definitions

2009-09-21 Thread Brian Neal
On Sep 21, 10:37 am, Daniel Roseman wrote: > > Anything in a child template that is outside of a > {% block %} is ignored. > I usually have a few {% load %} tags in child templates above {% block %} to bring in needed template tags. BN

Re: nested block definitions

2009-09-21 Thread Karen Tracey
On Mon, Sep 21, 2009 at 11:25 AM, Michael Feingold wrote: > > I am somewhat confused about the semantics for nested block > definitions.Let me explain: > {% block %} tag serves two purposes a) define a hole (along with the > default value) to be filled later and b) define

nested block definitions

2009-09-21 Thread Michael Feingold
I am somewhat confused about the semantics for nested block definitions.Let me explain: {% block %} tag serves two purposes a) define a hole (along with the default value) to be filled later and b) define the content to replace the current value of the hole. As long as we are talking about a) I

Re: nested block definitions

2009-09-21 Thread Daniel Roseman
On Sep 21, 4:25 pm, Michael Feingold wrote: > I am somewhat confused about the semantics for nested block > definitions.Let me explain: > {% block %} tag serves two purposes a) define a hole (along with the > default value) to be filled later and b) define the content to