diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html index 9669c939..2ec22155 100644 --- a/bda/templates/bda-participants.html +++ b/bda/templates/bda-participants.html @@ -5,6 +5,7 @@ {% for message in messages %}

{{ message }}

{% endfor %} +

Ajouter une attribution

@@ -18,13 +19,8 @@ {% for participant in participants %} - - {% csrf_token %} - - {% endfor %} - - {% csrf_token %} - - - - - - - - -
{{participant.name}} {{participant.username}} - {{participant.nb_places}} place{{participant.nb_places|pluralize}} {{participant.email}} @@ -43,25 +39,8 @@ {%endif%}
-