summaryrefslogtreecommitdiff
path: root/ishtar/templates/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-09-02 20:40:23 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-09-02 20:40:23 +0200
commita9bbac965e33491cfb4f622334fb50bd2c1c529b (patch)
tree0fdcaf80aa168175feab0f0786a4eec654487f66 /ishtar/templates/default_wizard.html
parentaf1c007c74a36e04afd5a29b2d7d5c8e82f4e3a3 (diff)
downloadIshtar-a9bbac965e33491cfb4f622334fb50bd2c1c529b.tar.bz2
Ishtar-a9bbac965e33491cfb4f622334fb50bd2c1c529b.zip
Add a "Validate and end" button for modifications (closes #438)
Diffstat (limited to 'ishtar/templates/default_wizard.html')
-rw-r--r--ishtar/templates/default_wizard.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html
index 561206d23..a71565b6e 100644
--- a/ishtar/templates/default_wizard.html
+++ b/ishtar/templates/default_wizard.html
@@ -35,8 +35,8 @@
{% endif %}
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
-<input type="submit" id="submit_form" value="{% trans "Validate" %}"/>
-{% if next_steps %}<input type="submit" id="submit_end_form" value="{% trans "Validate and end" %}"/>{% endif %}
+<input type="submit" id="submit_form" name='validate' value="{% trans "Validate" %}"/>
+{% if next_steps %}<input type="submit" id="submit_end_form" name='validate_and_end' value="{% trans "Validate and end" %}"/>{% endif %}
</div>
</form>
{% endblock %}