From bf24f043d32775bb1763f7cb18c1a6f0eb3750fa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Jun 2011 00:48:32 +0200 Subject: First work to modularize the application (forms corrections) --- ishtar/templates/wizard_delete_done.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ishtar/templates/wizard_delete_done.html (limited to 'ishtar/templates/wizard_delete_done.html') diff --git a/ishtar/templates/wizard_delete_done.html b/ishtar/templates/wizard_delete_done.html new file mode 100644 index 000000000..854341aa3 --- /dev/null +++ b/ishtar/templates/wizard_delete_done.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% load i18n %} +{% block content %} +

{%trans "Item successfully deleted"%}

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