diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index d67a7ea2..2a5e0a22 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -117,6 +117,7 @@ {% macro add_member(form) %} {{ form.hidden_tag() }} + {% include "display_errors.html" %}
{{ form.name(placeholder=_("Type user name here"), class="form-control") }}