mirror of https://github.com/zulip/zulip.git
login.html: Remove a leftover fragment of a form (???)
(imported from commit abc0a1da2f684b33917349da4b5f3d1003e8e774)
This commit is contained in:
parent
fc76027f2d
commit
8e112a92cc
|
@ -25,9 +25,6 @@ autofocus('#id_password');
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
</form>
|
||||
|
||||
<form method="post" class="form-horizontal" action="{% url django.contrib.auth.views.login %}?next={{ request.get_full_path }}">
|
||||
{% csrf_token %}
|
||||
<div class="control-group">
|
||||
|
|
Loading…
Reference in New Issue