From 574aaad745915c1830f9909b97a2991e3bf82b0a Mon Sep 17 00:00:00 2001 From: ludo Date: Thu, 16 Jun 2016 15:09:14 +0200 Subject: [PATCH] =?UTF-8?q?gestion=20des=20erreurs=20et=20des=20messages?= =?UTF-8?q?=20associ=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bda/templates/bda-participants.html | 5 ++++- bda/views.py | 27 +++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html index 5cc678d1..ed3767a3 100644 --- a/bda/templates/bda-participants.html +++ b/bda/templates/bda-participants.html @@ -2,6 +2,9 @@ {% block realcontent %}

{{ spectacle }}

+ {% for message in messages %} +

{{ message }}

+ {% endfor %} @@ -36,7 +39,7 @@ {% csrf_token %} - +