aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2018-09-03 20:59:18 +0200
committerGitHub <noreply@github.com>2018-09-03 20:59:18 +0200
commit23a4beafaeb92736c2c0e4dd45995cad75705727 (patch)
tree570a18d791fd6e8f77d7ab466bba4ceea2def404 /ihatemoney
parentbfac0c19788118c27bcf60b0b35adbc78af21370 (diff)
downloadihatemoney-mirror-23a4beafaeb92736c2c0e4dd45995cad75705727.zip
ihatemoney-mirror-23a4beafaeb92736c2c0e4dd45995cad75705727.tar.gz
ihatemoney-mirror-23a4beafaeb92736c2c0e4dd45995cad75705727.tar.bz2
Fix form error on already existing participant. (#370)
Fixes #350
Diffstat (limited to 'ihatemoney')
-rw-r--r--ihatemoney/templates/forms.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index d67a7ea..2a5e0a2 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" %}
<div class="input-group">
<label class="sr-only" for="name">_("Type user name here")</label>
{{ form.name(placeholder=_("Type user name here"), class="form-control") }}