From a32278d76520d84dbe6ab5092f5b56ef5b7b8d9f Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Sat, 3 Sep 2016 05:23:05 +0200 Subject: [PATCH] styling forms --- bda/templates/bda-revente.html | 47 +++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 9 deletions(-) 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 %}