Hi guys, i want to know how ill show the Form Login in the home pages and others?
Thanks guys :)
Hi guys, i want to know how ill show the Form Login in the home pages and others?
Thanks guys :)
You can put an AuthenticationForm on your context in any template.
If you use a RequestContext on all your templates (like you most likely should be), you could use a context processor which always made this form available.