diff options
Diffstat (limited to 'ishtar/templates/file_wizard.html')
-rw-r--r-- | ishtar/templates/file_wizard.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ishtar/templates/file_wizard.html b/ishtar/templates/file_wizard.html index 99719920c..aa19420e2 100644 --- a/ishtar/templates/file_wizard.html +++ b/ishtar/templates/file_wizard.html @@ -8,12 +8,14 @@ {% endfor %} <li class='current'>» <a href='{%url action_form CURRENT_ACTION extra_context.current_step.slug%}'>{{extra_context.current_step.label}}</a></li> </ul> +<div class='form'> <form action="." method="post">{% csrf_token %} <table> {{ form }} </table> <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" /> {{ previous_fields|safe }} -<input type="submit"> +<input type="submit" value="{% trans "Validate" %}"/> </form> +</div> {% endblock %} |