Re: [web2py] Re: GETTING THE WRONG RESULTS

2017-10-24 Thread Jim Steil
Ok, still a little confused. You have 3 {{pass}} statements in the file but only 2 conditional (for) statements. Is the other {{pass}} ending a for or if started in the main template, layout.html? Also, I'm seeing things confusing me further. For example, you have these 2 statements: {{for

[web2py] Re: GETTING THE WRONG RESULTS

2017-10-24 Thread mostwanted
*THATS MY VIEW*{{extend 'layout.html'}} .classes { float: left; padding-left: 15px; font-weight: bold; } #container { display:block; overflow:auto; margin: 0 auto; width: 1200px; border: solid 1px #3399FF;

[web2py] Re: GETTING THE WRONG RESULTS

2017-10-24 Thread Jim S
Just the view, the .html file. -Jim On Tuesday, October 24, 2017 at 11:58:33 AM UTC-5, mostwanted wrote: > > By entire file you mean including the models and controllers? > > I am not getting any Traceback error, the results are just not displaying! > > On Tuesday, October 24, 2017 at 6:40:53 PM

[web2py] Re: GETTING THE WRONG RESULTS

2017-10-24 Thread mostwanted
By entire file you mean including the models and controllers? I am not getting any Traceback error, the results are just not displaying! On Tuesday, October 24, 2017 at 6:40:53 PM UTC+2, Jim S wrote: > > Do all of your conditional statements have the appropriate corresponding > {{pass}}

[web2py] Re: GETTING THE WRONG RESULTS

2017-10-24 Thread Jim S
Do all of your conditional statements have the appropriate corresponding {{pass}} statements? In the snippet you included I see 3 {{pass}} statements but only 2 conditional statements. Can you include the entire file? Also, are you getting a traceback error? -Jim On Tuesday, October 24,