From e3fd84c1b6977442a532dd4992ceb95e086e3103 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 19 Jun 2019 22:28:14 +0100 Subject: [PATCH] Change option --- templates/registration/login_embed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}