From f686c99239ddc4ce49e4c49874be0f811c173781 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 3 Oct 2016 18:52:09 +0200 Subject: [PATCH] =?UTF-8?q?ajoute=20boutons=20pour=20tout=20(d=C3=A9)s?= =?UTF-8?q?=C3=A9lectionner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bda/templates/liste-reventes.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/bda/templates/liste-reventes.html b/bda/templates/liste-reventes.html index 78f3ac08..a619ed4c 100644 --- a/bda/templates/liste-reventes.html +++ b/bda/templates/liste-reventes.html @@ -11,7 +11,20 @@ {% endif %}
{% csrf_token %} - {{form | bootstrap}} +
+

Spectacles

+
+ + + +
+
    + {% for checkbox in form.spectacles %} +
  • {{checkbox}}
  • + {%endfor%} +
+
+
@@ -23,4 +36,13 @@
  • {{spectacle}}
  • {% endfor %} {% endif %} + + {% endblock %}