diff --git a/bda/templates/bda-revente.html b/bda/templates/bda-revente.html index fcad757b..61bf5452 100644 --- a/bda/templates/bda-revente.html +++ b/bda/templates/bda-revente.html @@ -1,26 +1,55 @@ {% extends "base_title.html" %} -{% load staticfiles %} +{% load bootstrap %} {% block realcontent %}

Revente de place

Places non revendues

-
+ {% csrf_token %} - {{resellform}} - +
+
+
    + {% for box in resellform.attributions %} +
  • + {{box.tag}} + {{box.choice_label}} +
  • + {% endfor %} +
+
+
+
+ +
- +

Places en cours de revente

{% csrf_token %} - +
{% endblock %}