Re: [web2py] Re: {{pass}} problems

2012-03-15 Thread Wikus van de Merwe
So you are saying the problem is now solved? Can you share with us what was the cause of this strange "missing pass in view" error?

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
Found just that before my modification in defult.py i was in a file. My modifcatin change the file the new file wasincorrect thanks time to sleep Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs surtout en fait." insurance.aes256 :

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
The project is here : i'am under debian now and i've pull my project. https://github.com/bussiere/jackpoint And it still dont work i'am ready to pay a beer for the explanation and the solution if you have a paypal account $5. Regards "Les nouvelles technologies offrent pleins de nouvelles possi

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
dammit still not work they are here : https://github.com/bussiere/jackpoint/blob/master/applications/init/errors/127.0.0.1.2012-03-14.20-56-03.76ae121a-f33b-439d-b403-1d1707ae4fb7 https://github.com/bussiere/jackpoint/blob/master/applications/init/views/layout.html https://github.com/bussiere/jac

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
an actual error i will try again ... Thanks Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs surtout en fait." insurance.aes256 : http://goo.gl/gHyAY On Wed, Mar 14, 2012 at 9:05 PM, Anthony wrote: > I tried your exact layout.h

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread Anthony
I tried your exact layout.html and user.html, and it works fine for me, with 2 or 3 {{pass}} statements (only 2 are required -- the third is ignored). The only problem I see is that you're putting your CSS in a tag, but it should be a

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
une invitation ? Follow the rabbit ... FAQ <!-- jQuery("#web2py_user_form input:visible:enabled:first").focus(); //--> "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs surtout en fait." insurance.aes256

Re: [web2py] Re: {{pass}} problems

2012-03-14 Thread bussiere bussiere
it's not that but htanks : layout.html Projet Jackpoint body{ color:#b7d14e; background-color:#000f00; margin:4px; margin-top:0px; font-family:monospace; } a:link{ color:#94d118; } a:visited{ color:#94a443; } {{include}} user.html : {{extend 'layout.html'}} __ _