summaryrefslogtreecommitdiff
path: root/ishtar/templates/wizard_done.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-08 14:48:58 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-08 14:48:58 +0100
commite87f791d0fa450da71ead7148437ba95151c8eeb (patch)
tree7492ddacc34a309d671b34ba539f5f8095e6c62f /ishtar/templates/wizard_done.html
parent3259ae9642a0d86f9cca2c94bfba510cd55549c1 (diff)
downloadIshtar-e87f791d0fa450da71ead7148437ba95151c8eeb.tar.bz2
Ishtar-e87f791d0fa450da71ead7148437ba95151c8eeb.zip
Better style. Better confirmation page. Better management of wizard steps. (closes #63)
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 %}