From f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Dec 2010 10:58:46 +0100 Subject: Integration of session wizard (refs #51) --- ishtar/templates/file_wizard.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'ishtar/templates/file_wizard.html') diff --git a/ishtar/templates/file_wizard.html b/ishtar/templates/file_wizard.html index d9e6a2d8d..4ac4644e6 100644 --- a/ishtar/templates/file_wizard.html +++ b/ishtar/templates/file_wizard.html @@ -2,15 +2,12 @@ {% load i18n %} {% load range %} {% block content %} -{% if step > 1 %} -{% for step_num in step|get_range %} -
{% csrf_token %} - -{{ previous_fields|safe }} - -
+
{% csrf_token %} {{ form }} -- cgit v1.2.3