summaryrefslogtreecommitdiff
path: root/ishtar/templates/wizard_delete_done.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-09 00:48:32 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-09 00:48:32 +0200
commit1714fde90e7ad568dc9ec163fba9aff7265b294d (patch)
tree9a3b941636eb8218114254f526abe867355d542c /ishtar/templates/wizard_delete_done.html
parent6b9af60961e307052cdc1273e06e2746656ee730 (diff)
downloadIshtar-1714fde90e7ad568dc9ec163fba9aff7265b294d.tar.bz2
Ishtar-1714fde90e7ad568dc9ec163fba9aff7265b294d.zip
First work to modularize the application (forms corrections)
Diffstat (limited to 'ishtar/templates/wizard_delete_done.html')
-rw-r--r--ishtar/templates/wizard_delete_done.html6
1 files changed, 6 insertions, 0 deletions
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 %}
+<p>{%trans "Item successfully deleted"%}</p>
+</div>
+{% endblock %}