diff --git a/bda/templates/liste-reventes.html b/bda/templates/liste-reventes.html index a619ed4c..78f3ac08 100644 --- a/bda/templates/liste-reventes.html +++ b/bda/templates/liste-reventes.html @@ -11,20 +11,7 @@ {% endif %}
{% csrf_token %} -
-

Spectacles

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