summaryrefslogtreecommitdiff
path: root/ishtar/templates/default_wizard.html
diff options
context:
space:
mode:
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 %}