flashingpumpkin / django-socialregistration

Combining OpenID, OAuth and FacebookConnect signup in one application
MIT License
610 stars 146 forks source link

redirect #172

Open cwiggan opened 11 years ago

cwiggan commented 11 years ago

How can I redirect the user back to the page they were on before sign up?

cwiggan commented 11 years ago

I found this

{% csrf_token %} {% if next %} {% endif %}

but next is coming back as none