From 23a4beafaeb92736c2c0e4dd45995cad75705727 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 3 Sep 2018 20:59:18 +0200 Subject: [PATCH] Fix form error on already existing participant. (#370) Fixes #350 --- ihatemoney/templates/forms.html | 1 + 1 file changed, 1 insertion(+) 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") }}