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
index 468e8ed6a..a7068bbab 100644
--- a/ishtar/templates/wizard_done.html
+++ b/ishtar/templates/wizard_done.html
@@ -1,12 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
-<ul id='form_path'>
-{% for step in previous_steps %}
- <li>&raquo; <a href='?form_prev_step={{forloop.counter0}}'>{{step.form_label}}</a></li>
-{% endfor %}
- <li class='current'>&raquo; <a href='#'>{{current_step.form_label}}</a></li>
-</ul>
<p>{%trans "Item successfully saved"%}</p>
</div>
{% endblock %}