diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-09 18:01:38 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-09 18:01:38 +0100 |
| commit | d89dd18aa21a3054ed789d55201d68bf77b527a0 (patch) | |
| tree | b5ddd23656414acbf9aab9cc8a6f21e2dec2de6e /ishtar_common/templates/ishtar/wizard/confirm_wizard.html | |
| parent | e81ed7c95c3709fa3beb48ffe189607047c36d3a (diff) | |
| download | Ishtar-d89dd18aa21a3054ed789d55201d68bf77b527a0.tar.bz2 Ishtar-d89dd18aa21a3054ed789d55201d68bf77b527a0.zip | |
UI: adapt forms
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/confirm_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/confirm_wizard.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index 7339af9a8..034d6e21a 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -3,14 +3,9 @@ {% load range %} {% block content %} <h2>{{wizard_label}}</h2> -<form action="." method="post">{% csrf_token %} -<ul id='form_path'> -{% for step in previous_steps %} - <li><button name="form_prev_step" value="{{forloop.counter0}}">{{step}}</button></li> -{% endfor %} - <li class='current'><a href='#'>{{current_step_label}}</a></li> -</ul> -</form> + +{% include "ishtar/blocks/wizard_breadcrumb.html" %} + <form action="." method="post">{% csrf_token %} <div class='form'> {% block "warning_informations" %}{% endblock %} |
