From 167ebb475f74e5a43a58f45d968589ce5b67c8ad Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 Sep 2011 20:40:23 +0200 Subject: Add a "Validate and end" button for modifications (closes #438) --- ishtar/templates/default_wizard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/default_wizard.html') 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 %} {{ previous_fields|safe }} - -{% if next_steps %}{% endif %} + +{% if next_steps %}{% endif %} {% endblock %} -- cgit v1.2.3