diff --git a/openslides/participant/templates/participant/login.html b/openslides/participant/templates/participant/login.html index 1b9b894ca..db7e61ff1 100644 --- a/openslides/participant/templates/participant/login.html +++ b/openslides/participant/templates/participant/login.html @@ -20,7 +20,12 @@ close - {%trans "Your username and password were not accepted. Please try again." %} + {% for msg in form.non_field_errors %} + {{ msg }} + {% if not forloop.last %}
{% endif %} + {% empty %} + {%trans "Your username and password were not accepted. Please try again." %} + {% endfor %}