From a82ae23015f8036919bae3c4a4e133e9045e6fcc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 22:49:56 +0200 Subject: Djangoization - Major refactoring (step 14) * Fix formset UI. * Fix formset towns. * Clean-up --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index c379d8fbb..e2abc80b6 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -29,7 +29,7 @@ {% for formsetform in wizard.form.forms %} {% table_form formsetform %} {% endfor %} - + {% else %} -- cgit v1.2.3