X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3517c7fa3ec165a2650799a8d821d21116789c3b..3546a2b2d5f52224bcf95803030611ab505f29cd:/project/templates/registration/login.html?ds=inline diff --git a/project/templates/registration/login.html b/project/templates/registration/login.html index 8bf89675..810bd4ec 100644 --- a/project/templates/registration/login.html +++ b/project/templates/registration/login.html @@ -8,7 +8,7 @@ <form method="POST" action="{% url django.contrib.auth.views.login %}"> {{ form.as_p }} <p><input type="submit" value="Login" /></p> -<input type="hidden" name="next_page" value="{{ next_page }}" /> +<input type="hidden" name="next" value="{{ next }}" /> </form> </div>