diff --git a/templates/registration/login_embed.html b/templates/registration/login_embed.html index 0783c808..c0f9566d 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 %} + {{ form.username }}
- {% render_field form.password class+="form-control" placeholder=form.password.label autofocus=False %} + {{ form.password }}