Re: Newbie Stuck on Django Tutorial 3 - Django Template system

2014-07-28 Thread Chou Sunny
i had the same problem by just copying the text on the web, pasting on textedit, and saving it into html. when i open html by Xcode, you will see extra lines, more than the text on the web. simply re-edit html by Xcode, the problem is solved. -- You received this message because you are

Re: Newbie Stuck on Django Tutorial 3 - Django Template system

2012-05-17 Thread Daniel Roseman
On Thursday, 17 May 2012 19:39:53 UTC+1, Bob Loblaw wrote: > > I was cruising along fine, but am stuck now... Any help would be > greatly appreciated > > OS: Mac OS X Version 10.6.8 > Python: 2.6.1 > Django: 1.4 > > Issue: system throwing an error message during template rendering when >

Re: Newbie Stuck on Django Tutorial 3 - Django Template system

2012-05-17 Thread Marcin Tustin
This is your problem: {% else %} Everything between {% and %} is interpreted as template-syntax code. On Thu, May 17, 2012 at 7:39 PM, Bob Loblaw wrote: > I was cruising along fine, but am stuck now... Any help would be > greatly appreciated > > OS: Mac OS X Version

Newbie Stuck on Django Tutorial 3 - Django Template system

2012-05-17 Thread Bob Loblaw
I was cruising along fine, but am stuck now... Any help would be greatly appreciated OS: Mac OS X Version 10.6.8 Python: 2.6.1 Django: 1.4 Issue: system throwing an error message during template rendering when trying to implement Django template system. So I guess I must have a config snag