From 3b134c6089abb62b51d0eb088cac038d5323891b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 Sep 2011 20:13:11 +0200 Subject: Display every steps when modifying (refs #438) --- ishtar/templates/default_wizard.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ishtar/templates') diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html index 9988180d9..561206d23 100644 --- a/ishtar/templates/default_wizard.html +++ b/ishtar/templates/default_wizard.html @@ -12,6 +12,9 @@
  • » 
  • {% endfor %}
  • » {{current_step.form_label}}
  • +{% for step in next_steps %} +
  • » 
  • +{% endfor %}
    {% if reminder %}
    {{ reminder }}
    {%endif%} @@ -33,6 +36,7 @@ {{ previous_fields|safe }} +{% if next_steps %}{% endif %}
    {% endblock %} -- cgit v1.2.3