[web2py] Re: insert or update on table "auth_event" violates foreign key constraint "auth_event_user_id_fkey

2016-12-29 Thread quesada . ostos
auth.logout(log=None) is the solution, thanks. El sábado, 13 de abril de 2013, 15:57:08 (UTC+2), Annet escribió: > > Hi Anthony, > > Switching the operations doesn't solve the problem, after logout(), the > decorator prevents the user from being deleted, however, > log=None solves the problem.

[web2py] Re: Pls Help. I can not change the background color of the flash message

2016-11-22 Thread quesada . ostos
thx!! El lunes, 28 de marzo de 2011, 6:12:52 (UTC+2), pbreit escribió: > > Isn't it this CSS in static/css/base.css? Also, If you have any interest > in CSS, Chrome/Safari have an "Inspect Element" command and Firefox has the > terrific Firebug add on. These are all must-have tools for working w

[web2py] Re: optgroup support

2016-09-19 Thread quesada . ostos
Hola, aquí la solución. Es fácil. selectnombre = SELECT(OPTGROUP(*opcions, _label="grupo"), _name="selNombre", _id="selNombre", _multiple="multiple") Saludos!! El lunes, 15 de febrero de 2010, 10:19:18 (UTC+1), hamdy.a.farag escribió: > > Hi > > I read this post > >

[web2py] Re: change dropdown menu login

2016-07-10 Thread quesada . ostos
El jueves, 12 de mayo de 2016, 15:39:30 (UTC+2), Alessio Varalta escribió: > > Hi, I want to change the dropdown menu in the rigth corner of the web2py > application. I don't want the text Login but a icon..I see that the code is > imported with > > > {{='auth' in globals() and