summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/wizard_closing_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/wizard_closing_done.html')
-rw-r--r--ishtar_common/templates/wizard_closing_done.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/templates/wizard_closing_done.html b/ishtar_common/templates/wizard_closing_done.html
new file mode 100644
index 000000000..54990a629
--- /dev/null
+++ b/ishtar_common/templates/wizard_closing_done.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% block content %}
+<p>{%trans "Item successfully closed"%}</p>
+</div>
+{% endblock %}