diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 63d1c3c7..d7345c4b 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") }}