From f0e97913d5431cbc210a43b1fd1e27b6827f8c6f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Sep 2016 21:09:24 +0200 Subject: [PATCH] Add field errors in login form --- umap/templates/registration/login.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index 49bb6432..3d052eb4 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -14,7 +14,9 @@
{% csrf_token %} + {{ form.username.errors }} + {{ form.password.errors }}