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.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ishtar/templates/wizard_done_summary.html (limited to 'ishtar/templates/wizard_done_summary.html') diff --git a/ishtar/templates/wizard_done_summary.html b/ishtar/templates/wizard_done_summary.html deleted file mode 100644 index 53650dafe..000000000 --- a/ishtar/templates/wizard_done_summary.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "wizard_done.html" %} -{% load i18n %} -{% block content %} - -
-

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

- {% for form_label, form_data in datas %} - - - {% for label, data, cls in form_data %} - - {% endfor %} -
{{form_label}}
{{label}}{{data}}
- {% endfor %} -

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

-
- -{% endblock %} -- cgit v1.2.3