Fix form error on already existing participant. (#370)

Fixes #350
This commit is contained in:
Alexis Metaireau 2018-09-03 20:59:18 +02:00 committed by GitHub
parent bfac0c1978
commit 23a4beafae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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") }}