From 7d2aa560ba859ebb593d34b062bf1faf09c8724c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- ishtar/templates/wizard_done_summary_2.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ishtar/templates/wizard_done_summary_2.html (limited to 'ishtar/templates/wizard_done_summary_2.html') diff --git a/ishtar/templates/wizard_done_summary_2.html b/ishtar/templates/wizard_done_summary_2.html deleted file mode 100644 index 66a572542..000000000 --- a/ishtar/templates/wizard_done_summary_2.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "wizard_done.html" %} -{% load i18n %} -{% block content %} - -
-

{% trans {%trans "Item successfully saved"%} %}

-

{% trans "You have saved the following informations:" %}

-

{% trans {%trans "The file must be processed before :"%} %} {% calculated_deadline %}

-

{% trans {%trans "The person in charge is : "%} %} {% responsible %}

-

{% trans {%trans "The internal reference of this file is :"%} %} {% Year %} - {% ref_index %} [{% ref_string %}]

- - {% for form_label, form_data in datas %} - - - {% for label, data, cls in form_data %} - - {% endfor %} -
{{form_label}}
{{label}}{{data}}
- {% endfor %} - -
- -{% endblock %} -- cgit v1.2.3