On Fri, Feb 13, 2009 at 3:52 PM, Trevor Ochocki
<[email protected]> wrote:
>
> Any recommendations on how to replace the login link on every page
> with the actual login form? Or, how to use the login form and 'create
> account' form on the same page?

Login form on every page is easy.  Just don't use a "form" object,
manually make a login form which matches the standard one, and put it
in the base template.

Login/Signup combined is done for you already, take a look at the
"login_signup" view in accounts/views.py.  Add a call to that view in
your urls.py file and you are good to go.

>
>
> --
> Trevor
> >
>



-- 
Bruce Kroeze
http://solidsitesolutions.com
Dynamic Designs, Optimized

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to