From 615457617e65019e0ce39b585f4eeb41b17ba61a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Oct 2012 01:05:40 +0200 Subject: Django 1.4 migration - Begining work on FormWizard migration: person creation --- ishtar/templates/confirm_wizard.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 ishtar/templates/confirm_wizard.html (limited to 'ishtar/templates/confirm_wizard.html') diff --git a/ishtar/templates/confirm_wizard.html b/ishtar/templates/confirm_wizard.html deleted file mode 100644 index 371de39c3..000000000 --- a/ishtar/templates/confirm_wizard.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load range %} -{% block content %} -
{% csrf_token %} - -
-

{%if confirm_msg %}{{confirm_msg|safe}}{%else%}{% trans "You have entered the following informations:" %}{%endif%}

- {% for form_label, form_data in datas %} - - - {% for label, data, cls in form_data %} - - {% endfor %} -
{{form_label}}
{{label}}{{data}}
- {% endfor %} - {%if not form.is_hidden %} - - {{ form.as_table }} -
- {%endif%} -

{%if confirm_end_msg %}{{confirm_end_msg|safe}}{%else%}{% trans "Would you like to save them?" %}{%endif%}

- - {{ previous_fields|safe }} - -
-
-{% endblock %} -- cgit v1.2.3