diff --git a/templates/registration/login_embed.html b/templates/registration/login_embed.html index f71b2cb5..0783c808 100644 --- a/templates/registration/login_embed.html +++ b/templates/registration/login_embed.html @@ -17,11 +17,11 @@
{% csrf_token %}
- {% render_field form.username class+="form-control" placeholder=form.username.label autofocus=false %} + {% render_field form.username class+="form-control" placeholder=form.username.label autofocus=False %}
- {% render_field form.password class+="form-control" placeholder=form.password.label autofocus=false %} + {% render_field form.password class+="form-control" placeholder=form.password.label autofocus=False %}