From e0684ac2e3a5fd3a696df82544359d2ce2810349 Mon Sep 17 00:00:00 2001 From: rmanach Date: Tue, 19 Sep 2023 12:11:06 +0200 Subject: [PATCH] fix login form --- templates/registration/login.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}