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 %}