From 4bf634a003ab6c3d9edf1cc7fa40e7203d59711f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 18:29:47 +0200 Subject: Djangoization - Major refactoring (step 9) * move templates * change labels --- ishtar_common/templates/ishtar/wizard/wizard_delete_done.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ishtar_common/templates/ishtar/wizard/wizard_delete_done.html (limited to 'ishtar_common/templates/ishtar/wizard/wizard_delete_done.html') diff --git a/ishtar_common/templates/ishtar/wizard/wizard_delete_done.html b/ishtar_common/templates/ishtar/wizard/wizard_delete_done.html new file mode 100644 index 000000000..854341aa3 --- /dev/null +++ b/ishtar_common/templates/ishtar/wizard/wizard_delete_done.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% load i18n %} +{% block content %} +

{%trans "Item successfully deleted"%}

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