From bd953fdbdf12f820fac263c2613bd1e45a51158c Mon Sep 17 00:00:00 2001 From: champeno Date: Sun, 14 Jun 2015 12:57:53 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20formulaire=20des=20lie?= =?UTF-8?q?ux=20de=20stage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (non fonctionnel) --- .../templates/monstage/stage_edit_lieu.html | 34 ++++++++--------- monstage/views.py | 37 +++++++++++++++++-- 2 files changed, 51 insertions(+), 20 deletions(-) diff --git a/monstage/templates/monstage/stage_edit_lieu.html b/monstage/templates/monstage/stage_edit_lieu.html index 0b5213b..d11eb14 100644 --- a/monstage/templates/monstage/stage_edit_lieu.html +++ b/monstage/templates/monstage/stage_edit_lieu.html @@ -23,37 +23,37 @@
{% csrf_token %}
+ {% for form in forms %} +
+ {{ form.as_p }} +
+ {% endfor %} + + +