Hello,

I'd like to make a login form and have it be accessible in multiple
pages, without having to rewrite the same code in every single
controller action:

login_form = auth.login()
if login_form.accepts(...

Is this possible?

Thanks,
Chris

Reply via email to