Ajout Participant dans {{reunion.libele}}

{% csrf_token %}
{% if form.non_field_errors %}
    {% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}