From 5bac47e9b5ac37235d7bf282b13f6855c793a86f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 13:44:04 +0100 Subject: Don't validate the form when clicking on previous step (refs #1462, refs #1463) If a field has been changed a confirmation dialog appear. --- .../templates/ishtar/wizard/default_wizard.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index 28b9850d7..6b4bce709 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -9,11 +9,11 @@
{% csrf_token %} {% endblock %} @@ -44,4 +44,18 @@
{% endblock %} + {% endblock %} -- cgit v1.2.3