From af1c007c74a36e04afd5a29b2d7d5c8e82f4e3a3 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/default_wizard.html') 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