diff --git a/main/templates/registration/login.html b/main/templates/registration/login.html index 02a6fa0..8c0e885 100644 --- a/main/templates/registration/login.html +++ b/main/templates/registration/login.html @@ -9,6 +9,13 @@ + @@ -22,7 +29,15 @@
{% csrf_token %} - {{ form.as_p }} + {{ form.non_field_errors }} +
+ + {{ form.username }} +
+
+ + {{ form.password }} +
{% if form.errors %}