From 8f5b59604e72852bd7f3afbd52c924561b5bcc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 14 Jan 2016 21:21:08 +0100 Subject: [PATCH] Authentication: show errors for username / password login failures --- umap/templates/registration/login.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index 0835651e..4281cf38 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -4,6 +4,14 @@
{% trans "Please log in with your account" %}
+ {% if form.non_field_errors %} + + {% endif %} +
{% csrf_token %}