Hello,

I've been working on a project where the login form is on the front page, 
`/`, not at `/accounts/login/`. At first, I thought an ajax post -- or a 
simple form post -- to that url would be the best approach, but once I took 
a look at the view I realized I wasn't sure where to start. It relies on 
the form at `mezzanine.accounts.forms`, and that form being in the context. 
It seemed that simply passing the form data via ajax may not be the best 
approach, so I considered some different approaches. I thought about an 
inclusion tag, modified urls file, modified views file, and various other 
-- increasingly sketchy -- methods. It was at that point I realized I had 
no idea what the best practice for this situation would be. I thought I 
might find a cleaner solution by asking around a bit. 

Any suggestions?

Thanks for any insight!

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to