diff options
Diffstat (limited to 'ishtar/templates/default_wizard.html')
| -rw-r--r-- | ishtar/templates/default_wizard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html index 70563786b..c2a42dad5 100644 --- a/ishtar/templates/default_wizard.html +++ b/ishtar/templates/default_wizard.html @@ -5,7 +5,7 @@ {{form.media}} {% endblock %} {% block content %} -<form action="." method="post">{% csrf_token %} +<form action="." method="post" name='wizard'>{% csrf_token %} <ul id='form_path'> {% for step in previous_steps %} <li>» <button name="form_prev_step" value="{{forloop.counter0}}">{{step.form_label}}</button></li> |
