Im using https://bitbucket.org/ubernostrum/django-registration/ for login and registration in Django.

But now im trying to add an login-form in my base.html, with a simple form {% csrf_token %}... etc

The thing is when i login it says CSRF verification fails, i guess this is because the data isnt sent from templates/registration/login.html ?

Any idea how I should solve this in an easy way, will I have to write my own login-view?

link|improve this question
Can you be a bit clearer about what happens before it fails? Are you accessing the URL from somewhere else (e.g. a registration email)? – André Caron Jul 18 '11 at 13:18
Didnt send the csrf info with the view.. it isnt easy when you'r new :) – Johan Jul 18 '11 at 13:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.