views:

488

answers:

1

Hi guys, i want to know how ill show the Form Login in the home pages and others?

Thanks guys :)

+2  A: 

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.

SmileyChris