Fix form error on already existing participant.

Fixes #350
This commit is contained in:
Alexis Métaireau 2018-08-05 18:39:15 +02:00
parent 67de8c3b35
commit 32afe7405d

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