Re: [web2py] help with finding syntax error in nested if loop in view

2012-12-24 Thread Roberto Perdomo
Why not try this: --

[web2py] help with finding syntax error in nested if loop in view

2012-12-24 Thread Bhaskar Ramachandran
I get a syntax error for the above code in view html file. I am trying to dynamically insert a tick icon or a cross icon depending on some variables. I tried different ways of expressing the if statements and none of them worked. I followed the book that says we should introduce a pass statem