diff --git a/templates/registration/loginform.html b/templates/registration/loginform.html index 49ebb44f..74a3787b 100644 --- a/templates/registration/loginform.html +++ b/templates/registration/loginform.html @@ -6,7 +6,7 @@
{% csrf_token %}
- {% render_field form.username class+="form-control" placeholder=form.username.label %} + {% render_field form.username class+="form-control" placeholder=form.username.label autofocus="" %}