diff options
| author | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
|---|---|---|
| committer | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
| commit | c9a1754903035260f837c2a5d4ea9b6fe3a76ffb (patch) | |
| tree | d1d385f9f529231bf500550dce9f37342d8e8187 /ishtar/templates/default_wizard.html | |
| parent | 656f4a1e0d359b873d40c9df6ab951fb90637d10 (diff) | |
| parent | 0883d7029ebdb4a934407c95c19745b13fe558ca (diff) | |
| download | Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.tar.bz2 Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.zip | |
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'ishtar/templates/default_wizard.html')
| -rw-r--r-- | ishtar/templates/default_wizard.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html index ff1bc7975..1666b4979 100644 --- a/ishtar/templates/default_wizard.html +++ b/ishtar/templates/default_wizard.html @@ -1,6 +1,9 @@ {% extends "base.html" %} {% load i18n %} {% load range %} +{% block extra_head %} +{{form.media}} +{% endblock %} {% block content %} <form action="." method="post">{% csrf_token %} <ul id='form_path'> @@ -26,7 +29,7 @@ {% endif %} <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" /> {{ previous_fields|safe }} -<input type="submit" value="{% trans "Validate" %}"/> +<input type="submit" id="submit_form" value="{% trans "Validate" %}"/> </div> </form> {% endblock %} |
