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