diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index 2f1ade0af..dd69d6cd6 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -352,7 +352,7 @@
-
+ {% csrf_token %}
{% if form.non_field_errors %} @@ -362,9 +362,9 @@ {% endif %}
- {% bootstrap_field form.username show_label=False %} + {% bootstrap_field form.username autocomplete="off" show_label=False %}
- diff --git a/apps/users/templates/users/user_password_verify.html b/apps/users/templates/users/user_password_verify.html index 65dacc75d..708b75819 100644 --- a/apps/users/templates/users/user_password_verify.html +++ b/apps/users/templates/users/user_password_verify.html @@ -15,7 +15,7 @@ {% endif %} {% csrf_token %}
- +
@@ -32,6 +32,3 @@ }); {% endblock %} - - -