[google-appengine] Re: Django "Block" feature and Google App Engine

2009-03-10 Thread kd
Hi Morten, Not sure if it's a typo or not, but the issue might be the template you're rendering with MainHandler. Try template.render ('content.html','')) On Mar 9, 12:05 am, Morten Bruhn wrote: > Hi Guys, > > First of all I am a newbie, but I still hope you can help me... > > I have created an

[google-appengine] Re: Django "Block" feature and Google App Engine

2009-03-19 Thread djidjadji
and you have to rename your main.html to base.html 2009/3/10 kd : > > Hi Morten, > > Not sure if it's a typo or not, but the issue might be the template > you're rendering with MainHandler. Try template.render > ('content.html','')) > > On Mar 9, 12:05 am, Morten Bruhn wrote: >> Hi Guys, >> >> F