diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2018-09-03 20:59:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-03 20:59:18 +0200 |
| commit | 23a4beafaeb92736c2c0e4dd45995cad75705727 (patch) | |
| tree | 570a18d791fd6e8f77d7ab466bba4ceea2def404 /ihatemoney/templates | |
| parent | bfac0c19788118c27bcf60b0b35adbc78af21370 (diff) | |
| download | ihatemoney-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/templates')
| -rw-r--r-- | ihatemoney/templates/forms.html | 1 |
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") }} |
