From 547080485cd520f07b42b47ebf92c16a9251f5a2 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 1 Aug 2012 16:06:46 +0530 Subject: [PATCH] change popup forms to crispy --- itf/templates/test/popup.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/itf/templates/test/popup.html b/itf/templates/test/popup.html index 51c0323..3cc140b 100644 --- a/itf/templates/test/popup.html +++ b/itf/templates/test/popup.html @@ -1,11 +1,15 @@ +{% load crispy_forms_tags %} + + + @@ -16,15 +20,9 @@
{% csrf_token %} - - {{ form.as_table }} - - - - -
-
- + {% crispy form form.helper %} +
+