Re: [web2py] Re: adding a js file to an inherited template file

2010-09-16 Thread Manu
many thanks On Thu, Sep 16, 2010 at 1:50 PM, mdipierro wrote: > before {{extends...}} > > {{response.files.append(URL())}} > > On Sep 16, 4:31 am, Manu wrote: >> Hi , >>   I have a file body.html that extend layout.html , is it possible to >> add a new javascript reference inside the body.

[web2py] Re: adding a js file to an inherited template file

2010-09-16 Thread mdipierro
before {{extends...}} {{response.files.append(URL())}} On Sep 16, 4:31 am, Manu wrote: > Hi , >   I have a file body.html that extend layout.html , is it possible to > add a new javascript reference inside the body.html ? > > Thx