From c446500d56e2f1d49d7d602b5066c8613267184e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Jan 2011 11:21:57 +0100 Subject: Manage a modify button in formsets (refs #51) --- ishtar/templates/default_wizard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/templates/default_wizard.html') diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html index eaf40cc15..59389719e 100644 --- a/ishtar/templates/default_wizard.html +++ b/ishtar/templates/default_wizard.html @@ -16,7 +16,7 @@ {% for formsetform in form.forms %} {{ formsetform.as_table }} {% endfor %} - + {% else %} -- cgit v1.2.3