Fix login 'next' page redirect
This commit is contained in:
parent
38e8800cf2
commit
c0f7107517
@ -13,7 +13,7 @@
|
||||
<p class="lead">{% trans "Welcome!" %}</p>
|
||||
</div>
|
||||
{% bootstrap_messages %}
|
||||
<form action="{% url 'auth_login' %}" method="post">
|
||||
<form action="{% url 'auth_login' %}?next={{next}}" method="post">
|
||||
{% csrf_token %}
|
||||
{% antispam_fields %}
|
||||
{{form|crispy}}
|
||||
|
Loading…
Reference in New Issue
Block a user