diff --git a/templates/registration/login.html b/templates/registration/login.html index 9d46def..9fc530a 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -7,7 +7,8 @@

log in

{% csrf_token %} - {{ form.as_p }} + {{ form.username.label_tag }} {{ form.username }} + {{ form.password.label_tag }} {{ form.password }}
{% else %}