Oh, please post the solution! One of the big goals with the mailing list is having searchable problems and solutions. You never know who it might end up helping.
On 8/17/15, Avery Laird <[email protected]> wrote: > I solved my own problem a couple days ago. I won't go through the details > here, but if someone else is having the same problem feel free to email me! > > On Wednesday, 12 August 2015 17:44:48 UTC-7, Avery Laird wrote: >> >> 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. > -- Stephen McDonald http://jupo.org -- 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.
