diff --git a/awx/templates/rest_framework/login.html b/awx/templates/rest_framework/login.html index 343d8a6ce0..437ecae9ed 100644 --- a/awx/templates/rest_framework/login.html +++ b/awx/templates/rest_framework/login.html @@ -19,7 +19,7 @@ {% if form.username.errors %}
{{ form.username.errors|striptags }}
@@ -31,7 +31,8 @@{{ form.password.errors|striptags }}
{% endif %}