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 %}