Re: [web2py] Template bug

2012-05-24 Thread Vasile Ermicioi
{{if True:}} here some html {{pass}} works fine (missed a } near True)

Re: [web2py] Template bug

2012-05-24 Thread Vasile Ermicioi
{{if True:} here some html {{pass}} works fine

Re: [web2py] Template bug

2012-05-24 Thread Vasile Ermicioi
> And if you remove your comment "#some comment" from {{if True: #some > comment}}? > > it works fine if I removed it

Re: [web2py] Template bug

2012-05-24 Thread Richard Vézina
And if you remove your comment "#some comment" from {{if True: #some comment}}? Richard On Thu, May 24, 2012 at 4:04 PM, Vasile Ermicioi wrote: > hi, > > > {{if True: #some comment}} > here some html > {{pass}} > > is raising an error > IndentationError: expected an indented block

[web2py] Template bug

2012-05-24 Thread Vasile Ermicioi
hi, {{if True: #some comment}} here some html {{pass}} is raising an error IndentationError: expected an indented block