Re: extends base.html error

2012-03-15 Thread dpbklyn
10:39 AM, dpbklyn wrote: >> Hello and thank you in advance... >> >> In Django I have a child template that updates a base.html template. I >> keep getting an error: >> >> must be the first tag in the >> template. >> >> When the code in

extends base.html error

2012-03-15 Thread dpbklyn
Hello and thank you in advance... In Django I have a child template that updates a base.html template. I keep getting an error: must be the first tag in the template. When the code in the child template looks like this: {% extends "simple/base.html" %} {% block picklist %}