def login():
return dict(form=auth.login())
/default/login.html:
{{extend 'layout.html'}}
{{[custom form code goes here]}}What exactly are you trying to do? Anthony On Friday, April 20, 2012 6:23:41 AM UTC-4, Sonu Srivastava wrote: > > i create reagister form using auth_user but unable to create a manual > login form by which we login.please anyone help me.

