Fix login 'next' page redirect
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user