login.html: Remove a leftover fragment of a form (???)

(imported from commit abc0a1da2f684b33917349da4b5f3d1003e8e774)
This commit is contained in:
Keegan McAllister 2012-10-22 14:08:46 -04:00
parent fc76027f2d
commit 8e112a92cc
1 changed files with 0 additions and 3 deletions

View File

@ -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">