diff --git a/rest_framework/templates/rest_framework/login_base.html b/rest_framework/templates/rest_framework/login_base.html index fb355d528..582a7f273 100644 --- a/rest_framework/templates/rest_framework/login_base.html +++ b/rest_framework/templates/rest_framework/login_base.html @@ -24,8 +24,9 @@
{% if form.username.errors %}

@@ -39,8 +40,8 @@

+ autocapitalize="off" autocorrect="off" class="span12 textinput textInput" + id="id_password" required> {% if form.password.errors %}

{{ form.password.errors|striptags }} @@ -51,7 +52,7 @@ {% if form.non_field_errors %} {% for error in form.non_field_errors %} -

{{ error }}
+
{{ error }}
{% endfor %} {% endif %}