propagating ?next= in django-registration
Built in view handles this by default. Make sure you have this piece of code: <input type="hidden" name="next" value="{{ next }}" />
in your template of login page.
Built in view handles this by default. Make sure you have this piece of code: <input type="hidden" name="next" value="{{ next }}" />
in your template of login page.