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
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