diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 16:38:35 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 16:38:35 +0100 |
| commit | c6f55a31a651dcfd0f34d687e91a0660381050db (patch) | |
| tree | 78f57046fe4a75d3d55a972e0f73967d23583830 /ishtar/templates/file_wizard.html | |
| parent | 91cba86188240b3dc601080eac448b308f0792fb (diff) | |
| download | Ishtar-c6f55a31a651dcfd0f34d687e91a0660381050db.tar.bz2 Ishtar-c6f55a31a651dcfd0f34d687e91a0660381050db.zip | |
Form for creation of archaelogical file (refs #14)
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 %} |
