def user(): *form = auth() form.element(_type='submit')['value'] = 'Login'* return dict(form=form)
-- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] On Thu, May 26, 2011 at 4:52 PM, Jason Brower <[email protected]> wrote: > Don't you think the Login button should say Login rather than Submit? It > makes more sence and I got 4 people that told me they were confused when > they saw the button say that. So with Auth, could we change the name of the > button to "Login"? > Is there a quick fix for that? > > Best Regards, > Jason Brower >

