[Answered ]-Implementing a login in django

0👍

Doh. Apparently my actual template had action="/login" but when I typed it in the example here it had an end slash, I re-added the end slash and that was it.

2👍

Are you passing the user variable to your template context? Either explicitly, or via a context processor?

Leave a comment